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."
(unless (pcomplete-match "\\`-")
(pcomplete-here* (pcmpl-unix-group-names)))
(while (pcomplete-here (pcomplete-entries))))