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-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6942e76cf4652d8f91ec0b7f599b2d5ec4dd2ca;p=emacs.git ; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix. (cherry picked from commit 778f8c793d1c621fc8219644797ef44425bf0bb4) --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d422383acdf..2b119c7a5c7 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