aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/ChangeLog2
-rw-r--r--lisp/mh-e/mh-e.el2
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 @@
12005-12-23 Bill Wohler <wohler@newt.com> 12005-12-23 Bill Wohler <wohler@newt.com>
2 2
3 * mh-e.el (mh-folders-changed): Fix typo in docstring.
4
3 Follow MH-E Developers Guide conventions. Use `' quotes for Help 5 Follow MH-E Developers Guide conventions. Use `' quotes for Help
4 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for 6 hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
5 everything else. Otherwise, you can accidently get links to 7 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
523 "Lists which folders were affected by deletes and refiles. 523 "Lists which folders were affected by deletes and refiles.
524This list will always include the current folder 524This list will always include the current folder
525`mh-current-folder'. This variable can be used by 525`mh-current-folder'. This variable can be used by
526`mh-before-commands-processed-hook'.") 526`mh-after-commands-processed-hook'.")
527 527
528(defvar mh-next-direction 'forward 528(defvar mh-next-direction 'forward
529 "Direction to move to next message.") 529 "Direction to move to next message.")