Function: pcomplete/pr

pcomplete/pr is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/pr)

Documentation

Completion for the pr command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/pr ()
  "Completion for the `pr' command."
  (pcomplete-here-using-help "pr --help"))