mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
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.
This commit is contained in:
parent
d10be6bf28
commit
db7fa2546f
4 changed files with 17 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ you wish to see all of them, use the command \\[mh-header-display].
|
|||
Two hooks can be used to control how messages are displayed. The
|
||||
first hook, `mh-show-mode-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. The second hook,
|
||||
some action on the message's buffer. The second hook,
|
||||
`mh-show-hook', is the last thing called after messages are
|
||||
displayed. It's used to affect the behavior of MH-E in general or
|
||||
when `mh-show-mode-hook' is too early.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue