aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 386d40e91d..43a1acb553 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -96,8 +96,8 @@ and the value of the environment variable MAIL overrides it).")
"Regexp marking the end of an mmdf message")
(defvar rmail-message-filter nil
- "If non nil, is a filter function for new headers in RMAIL.
-Called with region narrowed to unformatted header.")
+ "If non nil, a filter function for new messages in RMAIL.
+Called with region narrowed to the message, including headers.")
(defvar rmail-reply-prefix "Re: "
"String to prepend to Subject line when replying to a message.")