Function: pcomplete/comm

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

Signature

(pcomplete/comm)

Documentation

Completion for the comm command.

Source Code

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