Variable: eshell--force-history-isearch

eshell--force-history-isearch is a variable defined in em-hist.el.gz.

Value

nil

Documentation

Non-nil means to force searching in input history.

If nil, respect the option eshell-history-isearch.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defvar eshell--force-history-isearch nil
  "Non-nil means to force searching in input history.
If nil, respect the option `eshell-history-isearch'.")