1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge from origin/emacs-29

59261e6f4f Fix auth-info-password
778f8c793d ; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix.
e6044b29e6 ; Minor fixes in ELisp manual
This commit is contained in:
Eli Zaretskii 2024-06-15 13:06:09 -04:00
commit 1bc093e33c
4 changed files with 19 additions and 10 deletions

View file

@ -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