]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-util.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / eshell / esh-util.el
index 697f97e04605de670d3f37e07a3491fbb9ae1fc8..170779fc5cdf7c4f45c0372d8c63f8a32ed72f76 100644 (file)
@@ -33,7 +33,7 @@
 ;;; User Variables:
 
 (defcustom eshell-stringify-t t
-  "If non-nil, the string representation of t is '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."