diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-06-09 20:56:39 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-06-09 20:56:39 +0300 |
commit | 778f8c793d1c621fc8219644797ef44425bf0bb4 (patch) | |
tree | 2b117fa660d8b3502c2618e33b15a42910cddeb1 | |
parent | e6044b29e65d3639c267bf4753391c7cc57106cf (diff) | |
download | emacs-778f8c793d1c621fc8219644797ef44425bf0bb4.tar.gz emacs-778f8c793d1c621fc8219644797ef44425bf0bb4.tar.bz2 emacs-778f8c793d1c621fc8219644797ef44425bf0bb4.zip |
; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix.
-rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 5747091c498..34724c5d204 100644 --- 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 |