Variable: eshell-stringify-t
eshell-stringify-t is a customizable variable defined in
esh-util.el.gz.
Value
t
Documentation
If non-nil, the string representation of t is "t".
If nil, t will be represented only in the exit code of the function, and not printed as a string. This causes Lisp functions to behave similarly to external commands, as far as successful result output.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
;;; User Variables:
(defcustom eshell-stringify-t t
"If non-nil, the string representation of t is \"t\".
If nil, t will be represented only in the exit code of the function,
and not printed as a string. This causes Lisp functions to behave
similarly to external commands, as far as successful result output."
:type 'boolean)