]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-message-filter): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 4 Mar 1994 23:08:31 +0000 (23:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 4 Mar 1994 23:08:31 +0000 (23:08 +0000)
lisp/mail/rmail.el

index 386d40e91de49a95b642dcbe2cc20a8eddfbd89f..43a1acb55375393988e70a3fff6ba315fb25b53e 100644 (file)
@@ -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.")