diff options
author | Bill Wohler <wohler@newt.com> | 2005-12-23 22:14:50 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-12-23 22:14:50 +0000 |
commit | 7ba8dffdde9fc357691326ea815cfae0d0d55cac (patch) | |
tree | 6ffc40dc133a7231ea0c96314c4687ba9f1afd4e | |
parent | eb53358796975b82f31b7d64228bf4325d705019 (diff) | |
download | emacs-7ba8dffdde9fc357691326ea815cfae0d0d55cac.tar.gz emacs-7ba8dffdde9fc357691326ea815cfae0d0d55cac.tar.bz2 emacs-7ba8dffdde9fc357691326ea815cfae0d0d55cac.zip |
(mh-folders-changed): Fix typo in docstring.
-rw-r--r-- | lisp/mh-e/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index dc37b264871..01ebde5bba3 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -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 diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index d75457bd203..30034008cec 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -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.") |