Mercurial > emacs
comparison lisp/eshell/em-basic.el @ 110580:f57f72bb4757
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.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 25 Sep 2010 14:51:55 -0700 |
| parents | ed16fdd2685a |
| children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
| 110579:5fabe7db5188 | 110580:f57f72bb4757 |
|---|---|
| 75 same thing." | 75 same thing." |
| 76 :tag "Basic shell commands" | 76 :tag "Basic shell commands" |
| 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. |
| 81 This comes at some detriment to Lisp functionality. However, the Lisp | 81 This comes at some detriment to Lisp functionality. However, the Lisp |
| 82 equivalent of `echo' can always be achieved by using `identity'." | 82 equivalent of `echo' can always be achieved by using `identity'." |
| 83 :type 'boolean | 83 :type 'boolean |
| 84 :group 'eshell-basic) | 84 :group 'eshell-basic) |
| 85 | 85 |
