Variable: pcomplete-recexact
pcomplete-recexact is a customizable variable defined in
pcomplete.el.gz.
Value
nil
Documentation
If non-nil, use shortest completion if characters cannot be added.
This mirrors the optional behavior of tcsh.
A non-nil value is useful if pcomplete-autolist is non-nil too.
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-recexact nil
"If non-nil, use shortest completion if characters cannot be added.
This mirrors the optional behavior of tcsh.
A non-nil value is useful if `pcomplete-autolist' is non-nil too."
:type 'boolean)