# HG changeset patch # User Richard M. Stallman # Date 839356305 0 # Node ID 0b6735ce85ac3f298a4d9182d047865dbe4fe670 # Parent d110af120b19b0ad4eb30a6bfdff3755b50f991f (rmail-reply-regexp, rmail-message-filter): Doc fix. diff -r d110af120b19 -r 0b6735ce85ac lisp/mail/rmail.el --- 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)