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