]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-folders-changed): Fix typo in docstring.
authorBill Wohler <wohler@newt.com>
Fri, 23 Dec 2005 22:14:50 +0000 (22:14 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 23 Dec 2005 22:14:50 +0000 (22:14 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index dc37b2648713f9f84e5abebfe4373e93e374b8ed..01ebde5bba320b1f4b483306ecf11176148702ee 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-23  Bill Wohler  <wohler@newt.com>
 
+       * mh-e.el (mh-folders-changed): Fix typo in docstring.
+
        Follow MH-E Developers Guide conventions. Use `' quotes for Help
        hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
        everything else. Otherwise, you can accidently get links to
index d75457bd2038d54f12f99e3624c036a10779d04e..30034008cec6ca6969ffd194ca4d4dac76371a81 100644 (file)
@@ -523,7 +523,7 @@ This variable can be used by
   "Lists which folders were affected by deletes and refiles.
 This list will always include the current folder
 `mh-current-folder'. This variable can be used by
-`mh-before-commands-processed-hook'.")
+`mh-after-commands-processed-hook'.")
 
 (defvar mh-next-direction 'forward
   "Direction to move to next message.")