Variable: eshell-error-handle

eshell-error-handle is a customizable variable defined in esh-io.el.gz.

Value

2

Documentation

The index of the standard error handle.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defcustom eshell-error-handle 2
  "The index of the standard error handle."
  :type 'integer
  :group 'eshell-io)