From: Eli Zaretskii Date: Sun, 9 Jun 2024 17:56:39 +0000 (+0300) Subject: ; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix. X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~17^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=778f8c793d1c621fc8219644797ef44425bf0bb4;p=emacs.git ; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix. --- 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