projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6044b2
)
; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 9 Jun 2024 17:56:39 +0000
(20:56 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 9 Jun 2024 17:56:39 +0000
(20:56 +0300)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 5747091c498fa379f971e406841ec43ce4ea5091..34724c5d2040e5b0de4e8c972b6e75eeb77eac16 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-462,7
+462,9
@@
as argument, to ask the user that question."
"List of functions to call when Rmail is invoked.")
(defvar rmail-get-new-mail-hook nil
- "List of functions to call when Rmail has retrieved new mail.")
+ "List of functions to call when Rmail has retrieved new mail.
+The functions are called in `rmail-buffer' narrowed to include
+only the new email messages, with point at the first new mail.")
;;;###autoload
(defcustom rmail-show-message-hook nil