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