summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-06 18:31:45 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-06 18:31:45 +0000
commit7424c13bf833a4ec11662ed8baf6e936886d6600 (patch)
tree9a8b6c592f4493762b29b770d4e928273f59f167
parent5d43dca8a601af43251fc952db1c23fd076579f4 (diff)
downloademacs-7424c13bf833a4ec11662ed8baf6e936886d6600.tar.gz
(rmail-reply-regexp, rmail-message-filter): Doc fix.
-rw-r--r--lisp/mail/rmail.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 416734000e3..4a504425af0 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -147,8 +147,9 @@ still the current message in the Rmail buffer.")
"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 @@ Called with region narrowed to the message, including headers.")
;; 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)