aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-basic.el
diff options
context:
space:
mode:
authorGlenn Morris2010-09-25 14:51:55 -0700
committerGlenn Morris2010-09-25 14:51:55 -0700
commitec60da520ebe8cc187ab44e17a3645147b75ec57 (patch)
tree96f0a8075fe50dfd85d1e3ab721c94a395409e76 /lisp/eshell/em-basic.el
parent4c96435152dd2b343057f80f995910ba806774e8 (diff)
downloademacs-ec60da520ebe8cc187ab44e17a3645147b75ec57.tar.gz
emacs-ec60da520ebe8cc187ab44e17a3645147b75ec57.zip
Cosmetic doc fixes for eshell.
* eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el: * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el: * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el: * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el: * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el: * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el: * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el: * eshell/esh-util.el, eshell/esh-var.el: Remove leading `*' from docs of faces and defcustoms.
Diffstat (limited to 'lisp/eshell/em-basic.el')
-rw-r--r--lisp/eshell/em-basic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index a4074011f58..ce72f752d42 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -77,7 +77,7 @@ same thing."
77 :group 'eshell-module) 77 :group 'eshell-module)
78 78
79(defcustom eshell-plain-echo-behavior nil 79(defcustom eshell-plain-echo-behavior nil
80 "*If non-nil, `echo' tries to behave like an ordinary shell echo. 80 "If non-nil, `echo' tries to behave like an ordinary shell echo.
81This comes at some detriment to Lisp functionality. However, the Lisp 81This comes at some detriment to Lisp functionality. However, the Lisp
82equivalent of `echo' can always be achieved by using `identity'." 82equivalent of `echo' can always be achieved by using `identity'."
83 :type 'boolean 83 :type 'boolean