* lisp/eshell/esh-module.el (eshell-module-unload-hook)
(eshell-modules-list): Remove leading * from defcustom docs.
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):
(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)
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")