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