esh-module doc fixes.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 03:59:53 +0000 (19:59 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 03:59:53 +0000 (19:59 -0800)
* lisp/eshell/esh-module.el (eshell-module-unload-hook)
(eshell-modules-list): Remove leading * from defcustom docs.

lisp/ChangeLog
lisp/eshell/esh-module.el

index 9d47431..b0f1a28 100644 (file)
@@ -1,5 +1,8 @@
 2011-03-05  Glenn Morris  <rgm@gnu.org>
 
+       * eshell/esh-module.el (eshell-module-unload-hook)
+       (eshell-modules-list): Remove leading * from defcustom docs.
+
        * eshell/esh-util.el (eshell-for): Make it obsolete.
        * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
        * eshell/em-dirs.el (eshell-save-some-last-dir):
index 41f9e66..1581d05 100644 (file)
@@ -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")