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