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