Variable: eshell-scratch-buffer

eshell-scratch-buffer is a variable defined in esh-proc.el.gz.

Value

" *eshell-scratch*"

Documentation

Scratch buffer for holding Eshell's input/output.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defvar eshell-scratch-buffer " *eshell-scratch*"
  "Scratch buffer for holding Eshell's input/output.")