Variable: eshell-cmpl-recexact
eshell-cmpl-recexact is a customizable variable defined in
em-cmpl.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.
Its value is assigned to pcomplete-recexact locally after eshell starts.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-recexact nil
(eshell-cmpl--custom-variable-docstring 'pcomplete-recexact)
:type (get 'pcomplete-recexact 'custom-type))