Variable: pcomplete-try-first-hook
pcomplete-try-first-hook is a customizable variable defined in
pcomplete.el.gz.
Value
nil
Documentation
A list of functions which are called before completing an argument.
This can be used, for example, for completing things which might apply to all arguments, such as variable names after a $.
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-try-first-hook nil
"A list of functions which are called before completing an argument.
This can be used, for example, for completing things which might apply
to all arguments, such as variable names after a $."
:type 'hook)