Function: pcomplete/groups

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

Signature

(pcomplete/groups)

Documentation

Completion for the groups command.

Source Code

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