Function: pcomplete/install

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

Signature

(pcomplete/install)

Documentation

Completion for the install command.

Source Code

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