summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-04 23:08:31 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-04 23:08:31 +0000
commitc47fae76cd24ee57b09ec67e4853088978b7461d (patch)
treec7631a3021517a9b3cd7a5c905aaf89743cb32b2
parent972a693aa57202cdfab822506b74064d5547f9fa (diff)
downloademacs-c47fae76cd24ee57b09ec67e4853088978b7461d.tar.gz
(rmail-message-filter): Doc fix.
-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 386d40e91de..43a1acb5537 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.")