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