Function: pcomplete/unexpand

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

Signature

(pcomplete/unexpand)

Documentation

Completion for the unexpand command.

Source Code

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