summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-03-04 19:59:53 -0800
committerGlenn Morris <rgm@gnu.org>2011-03-04 19:59:53 -0800
commit4a0f18a8997ec7b4554cdc33a290654daf4a3080 (patch)
tree9a790ca45f968cbdbd2784c3e543e74890176d29 /lisp/eshell
parent8879add883a672abcf54df796788a68116529a2d (diff)
downloademacs-4a0f18a8997ec7b4554cdc33a290654daf4a3080.tar.gz
esh-module doc fixes.
* lisp/eshell/esh-module.el (eshell-module-unload-hook) (eshell-modules-list): Remove leading * from defcustom docs.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-module.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el
index 41f9e662a95..1581d05889e 100644
--- a/lisp/eshell/esh-module.el
+++ b/lisp/eshell/esh-module.el
@@ -43,7 +43,7 @@ customizing the variable `eshell-modules-list'."
(defcustom eshell-module-unload-hook
'(eshell-unload-extension-modules)
- "*A hook run when `eshell-module' is unloaded."
+ "A hook run when `eshell-module' is unloaded."
:type 'hook
:group 'eshell-module)
@@ -61,7 +61,7 @@ customizing the variable `eshell-modules-list'."
eshell-script
eshell-term
eshell-unix)
- "*A list of optional add-on modules to be loaded by Eshell.
+ "A list of optional add-on modules to be loaded by Eshell.
Changes will only take effect in future Eshell buffers."
:type (append
(list 'set ':tag "Supported modules")