Variable: pcmpl-unix-group-file
pcmpl-unix-group-file is a customizable variable defined in
pcmpl-unix.el.gz.
Value
"/etc/group"
Documentation
If non-nil, a string naming the group file on your system.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;; User Variables
(defcustom pcmpl-unix-group-file "/etc/group"
"If non-nil, a string naming the group file on your system."
:type '(choice file (const nil))
:group 'pcmpl-unix)