aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/mh-e.el9
-rw-r--r--lisp/mh-e/mh-show.el2
2 files changed, 6 insertions, 5 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 5c85b3907e6..dd05d691c91 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -3380,13 +3380,14 @@ used to affect the behavior of MH-E in general or when
3380(defcustom-mh mh-show-mode-hook nil 3380(defcustom-mh mh-show-mode-hook nil
3381 "Hook run upon entry to `mh-show-mode'. 3381 "Hook run upon entry to `mh-show-mode'.
3382 3382
3383This hook is called early on in the process of the message 3383This hook is called early on in the process of the message display,
3384display. It is usually used to perform some action on the 3384before the message contents have been inserted into the buffer.
3385message's content. See `mh-show-hook'." 3385It is usually used to perform some action on the
3386buffer itself. See also `mh-show-hook'."
3386 :type 'hook 3387 :type 'hook
3387 :group 'mh-hooks 3388 :group 'mh-hooks
3388 :group 'mh-show 3389 :group 'mh-show
3389 :package-version '(MH-E . "6.0")) 3390 :package-version '(MH-E . "8.7"))
3390 3391
3391(defcustom-mh mh-unseen-updated-hook nil 3392(defcustom-mh mh-unseen-updated-hook nil
3392 "Hook run after the unseen sequence has been updated. 3393 "Hook run after the unseen sequence has been updated.
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index 952579fd3dd..00f0908f99a 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -63,7 +63,7 @@ you wish to see all of them, use the command \\[mh-header-display].
63Two hooks can be used to control how messages are displayed. The 63Two hooks can be used to control how messages are displayed. The
64first hook, `mh-show-mode-hook', is called early on in the 64first hook, `mh-show-mode-hook', is called early on in the
65process of the message display. It is usually used to perform 65process of the message display. It is usually used to perform
66some action on the message's content. The second hook, 66some action on the message's buffer. The second hook,
67`mh-show-hook', is the last thing called after messages are 67`mh-show-hook', is the last thing called after messages are
68displayed. It's used to affect the behavior of MH-E in general or 68displayed. It's used to affect the behavior of MH-E in general or
69when `mh-show-mode-hook' is too early. 69when `mh-show-mode-hook' is too early.