emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103520: esh-module doc fixes.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103520: esh-module doc fixes.
Date: Fri, 04 Mar 2011 19:59:53 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103520
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-04 19:59:53 -0800
message:
  esh-module doc fixes.
  
  * lisp/eshell/esh-module.el (eshell-module-unload-hook)
  (eshell-modules-list): Remove leading * from defcustom docs.
modified:
  lisp/ChangeLog
  lisp/eshell/esh-module.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-05 03:53:41 +0000
+++ b/lisp/ChangeLog    2011-03-05 03:59:53 +0000
@@ -1,5 +1,8 @@
 2011-03-05  Glenn Morris  <address@hidden>
 
+       * 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):

=== modified file 'lisp/eshell/esh-module.el'
--- a/lisp/eshell/esh-module.el 2011-03-05 03:53:41 +0000
+++ b/lisp/eshell/esh-module.el 2011-03-05 03:59:53 +0000
@@ -43,7 +43,7 @@
 
 (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 @@
     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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]