aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-03-04 19:59:53 -0800
committerGlenn Morris2011-03-04 19:59:53 -0800
commit4a0f18a8997ec7b4554cdc33a290654daf4a3080 (patch)
tree9a790ca45f968cbdbd2784c3e543e74890176d29
parent8879add883a672abcf54df796788a68116529a2d (diff)
downloademacs-4a0f18a8997ec7b4554cdc33a290654daf4a3080.tar.gz
emacs-4a0f18a8997ec7b4554cdc33a290654daf4a3080.zip
esh-module doc fixes.
* lisp/eshell/esh-module.el (eshell-module-unload-hook) (eshell-modules-list): Remove leading * from defcustom docs.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/eshell/esh-module.el4
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d4743107cf..b0f1a280ae1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-03-05 Glenn Morris <rgm@gnu.org> 12011-03-05 Glenn Morris <rgm@gnu.org>
2 2
3 * eshell/esh-module.el (eshell-module-unload-hook)
4 (eshell-modules-list): Remove leading * from defcustom docs.
5
3 * eshell/esh-util.el (eshell-for): Make it obsolete. 6 * eshell/esh-util.el (eshell-for): Make it obsolete.
4 * eshell/em-alias.el (eshell/alias, eshell-alias-completions): 7 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
5 * eshell/em-dirs.el (eshell-save-some-last-dir): 8 * eshell/em-dirs.el (eshell-save-some-last-dir):
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'."
43 43
44(defcustom eshell-module-unload-hook 44(defcustom eshell-module-unload-hook
45 '(eshell-unload-extension-modules) 45 '(eshell-unload-extension-modules)
46 "*A hook run when `eshell-module' is unloaded." 46 "A hook run when `eshell-module' is unloaded."
47 :type 'hook 47 :type 'hook
48 :group 'eshell-module) 48 :group 'eshell-module)
49 49
@@ -61,7 +61,7 @@ customizing the variable `eshell-modules-list'."
61 eshell-script 61 eshell-script
62 eshell-term 62 eshell-term
63 eshell-unix) 63 eshell-unix)
64 "*A list of optional add-on modules to be loaded by Eshell. 64 "A list of optional add-on modules to be loaded by Eshell.
65Changes will only take effect in future Eshell buffers." 65Changes will only take effect in future Eshell buffers."
66 :type (append 66 :type (append
67 (list 'set ':tag "Supported modules") 67 (list 'set ':tag "Supported modules")