Function: pcomplete/hostname

pcomplete/hostname is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/hostname)

Documentation

Completion for the hostname command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/hostname ()
  "Completion for the `hostname' command."
  (pcomplete-here-using-help "hostname --help"))