diff options
author | Stephen Gildea <stepheng+emacs@gildea.com> | 2020-02-01 09:18:46 -0800 |
---|---|---|
committer | Stephen Gildea <stepheng+emacs@gildea.com> | 2020-02-01 09:18:46 -0800 |
commit | db7fa2546fa42a9604614009e02c26df353035cd (patch) | |
tree | 0cc2fe3b3166a55cf42eb23309622ee6aff63fd1 /lisp/mh-e/mh-e.el | |
parent | d10be6bf281cda58f5f9a345d460efae909ab184 (diff) | |
download | emacs-db7fa2546fa42a9604614009e02c26df353035cd.tar.gz emacs-db7fa2546fa42a9604614009e02c26df353035cd.tar.bz2 emacs-db7fa2546fa42a9604614009e02c26df353035cd.zip |
Update documentation for mh-show-mode-hook
* lisp/mh-e/mh-e.el, doc/misc/mh-e.texi (mh-show-mode-hook): Now that
the fix for MH-E bug #470 calls mh-show-mode-hook earlier, update the
documentation to no longer say that the message contents are available.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 9 |
1 files changed, 5 insertions, 4 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 (defcustom-mh mh-show-mode-hook nil "Hook run upon entry to `mh-show-mode'. -This hook is called early on in the process of the message -display. It is usually used to perform some action on the -message's content. See `mh-show-hook'." +This hook is called early on in the process of the message display, +before the message contents have been inserted into the buffer. +It is usually used to perform some action on the +buffer itself. See also `mh-show-hook'." :type 'hook :group 'mh-hooks :group 'mh-show - :package-version '(MH-E . "6.0")) + :package-version '(MH-E . "8.7")) (defcustom-mh mh-unseen-updated-hook nil "Hook run after the unseen sequence has been updated. |