mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-29
59261e6f4fFix auth-info-password778f8c793d; * lisp/mail/rmail.el (rmail-get-new-mail-hook): Doc fix.e6044b29e6; Minor fixes in ELisp manual
This commit is contained in:
commit
1bc093e33c
4 changed files with 19 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue