Function: eshell-error

eshell-error is a byte-compiled function defined in esh-io.el.gz.

Signature

(eshell-error OBJECT)

Documentation

Output OBJECT to the standard error handle.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defsubst eshell-error (object)
  "Output OBJECT to the standard error handle."
  (eshell-output-object object eshell-error-handle))