Variable: eshell-show-lisp-alternatives

eshell-show-lisp-alternatives is a customizable variable defined in em-cmpl.el.gz.

Value

t

Documentation

If non-nil, and no other completions found, show Lisp functions.

Setting this variable means nothing if eshell-show-lisp-completions is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-show-lisp-alternatives t
  "If non-nil, and no other completions found, show Lisp functions.
Setting this variable means nothing if `eshell-show-lisp-completions'
is non-nil."
  :type 'boolean)