Mercurial > emacs
changeset 15832:0b6735ce85ac
(rmail-reply-regexp, rmail-message-filter): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Aug 1996 18:31:45 +0000 |
parents | d110af120b19 |
children | aa7b0c77a89a |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue Aug 06 17:40:22 1996 +0000 +++ b/lisp/mail/rmail.el Tue Aug 06 18:31:45 1996 +0000 @@ -147,8 +147,9 @@ "Regexp marking the end of an mmdf message") (defvar rmail-message-filter nil - "If non nil, a filter function for new messages in RMAIL. -Called with region narrowed to the message, including headers.") + "If non-nil, a filter function for new messages in RMAIL. +Called with region narrowed to the message, including headers, +before obeying `rmail-ignored-headers'.") (defvar rmail-reply-prefix "Re: " "String to prepend to Subject line when replying to a message.") @@ -156,10 +157,10 @@ ;; Some mailers use "Re(2):" or "Re^2:" or "Re: Re:". ;; This pattern should catch all the common variants. (defvar rmail-reply-regexp "\\`\\(Re\\(([0-9]+)\\|\\^[0-9]+\\)?: *\\)*" - "Regexp to delete from Subject line before inserting rmail-reply-prefix.") + "Regexp to delete from Subject line before inserting `rmail-reply-prefix'.") (defvar rmail-display-summary nil - "If non nil, the summary buffer is always displayed.") + "If non-nil, Rmail always displays the summary buffer.") (defvar rmail-mode-map nil)