Variable: pcomplete-hosts-file
pcomplete-hosts-file is a customizable variable defined in
pcomplete.el.gz.
Value
"/etc/hosts"
Documentation
The name of the /etc/hosts file.
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-hosts-file "/etc/hosts"
"The name of the /etc/hosts file."
:type '(choice (const :tag "No hosts file" nil) file))