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