Variable: eshell-show-lisp-completions

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

Value

nil

Documentation

If non-nil, include Lisp functions in the command completion list.

If this variable is nil, Lisp completion can still be done in command position by using M-TAB instead of TAB.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-show-lisp-completions nil
  "If non-nil, include Lisp functions in the command completion list.
If this variable is nil, Lisp completion can still be done in command
position by using M-TAB instead of TAB."
  :type 'boolean)