Variable: pcmpl-unix-passwd-file

pcmpl-unix-passwd-file is a customizable variable defined in pcmpl-unix.el.gz.

Value

"/etc/passwd"

Documentation

If non-nil, a string naming the passwd file on your system.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
(defcustom pcmpl-unix-passwd-file "/etc/passwd"
  "If non-nil, a string naming the passwd file on your system."
  :type '(choice file (const nil))
  :group 'pcmpl-unix)