Function: pcomplete/chgrp
pcomplete/chgrp is an autoloaded and byte-compiled function defined in
pcmpl-unix.el.gz.
Signature
(pcomplete/chgrp)
Documentation
Completion for the chgrp command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/chgrp ()
"Completion for the `chgrp' command."
(while (pcomplete-match "\\`-" 0)
(pcomplete-here (pcomplete-from-help "chgrp --help")))
(pcomplete-here* (pcmpl-unix-group-names))
(while (pcomplete-here (pcomplete-entries))))