Variable: eshell-cmpl-mode

eshell-cmpl-mode is a buffer-local variable defined in em-cmpl.el.gz.

Documentation

Non-nil if Eshell-Cmpl mode is enabled.

Use the command eshell-cmpl-mode(var)/eshell-cmpl-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(define-minor-mode eshell-cmpl-mode
  "Minor mode that provides a keymap when `eshell-cmpl' active.

\\{eshell-cmpl-mode-map}"
  :keymap eshell-cmpl-mode-map)