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