Variable: eshell-bad-command-tolerance

eshell-bad-command-tolerance is a customizable variable defined in em-alias.el.gz.

Value

3

Documentation

The number of failed commands to ignore before creating an alias.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-alias.el.gz
(defcustom eshell-bad-command-tolerance 3
  "The number of failed commands to ignore before creating an alias."
  :type 'integer
  ;; :link '(custom-manual "(eshell)Auto-correction of bad commands")
  :group 'eshell-alias)