Function: pcomplete/expand
pcomplete/expand is an autoloaded and byte-compiled function defined
in pcmpl-unix.el.gz.
Signature
(pcomplete/expand)
Documentation
Completion for the expand command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/expand ()
"Completion for the `expand' command."
(pcomplete-here-using-help "expand --help"))