Variable: eshell-hist-mode
eshell-hist-mode is a buffer-local variable defined in em-hist.el.gz.
Documentation
Non-nil if Eshell-Hist mode is enabled.
Use the command eshell-hist-mode(var)/eshell-hist-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(define-minor-mode eshell-hist-mode
"Minor mode for the eshell-hist module.
\\{eshell-hist-mode-map}"
:keymap eshell-hist-mode-map)