Function: pcomplete/head

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

Signature

(pcomplete/head)

Documentation

Completion for the head command.

Source Code

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