changeset 67782:f2d49739378c

(mh-folders-changed): Fix typo in docstring.
author Bill Wohler <wohler@newt.com>
date Fri, 23 Dec 2005 22:14:50 +0000
parents 50dddb119ba8
children 118df638c3ff
files lisp/mh-e/ChangeLog lisp/mh-e/mh-e.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Fri Dec 23 21:57:08 2005 +0000
+++ b/lisp/mh-e/ChangeLog	Fri Dec 23 22:14:50 2005 +0000
@@ -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
--- a/lisp/mh-e/mh-e.el	Fri Dec 23 21:57:08 2005 +0000
+++ b/lisp/mh-e/mh-e.el	Fri Dec 23 22:14:50 2005 +0000
@@ -523,7 +523,7 @@
   "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.")