Mercurial > emacs
changeset 6203:e353e98cdd77
(rmail-message-filter): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 04 Mar 1994 23:08:31 +0000 |
parents | 5442ffe004ec |
children | ba6268a3dee9 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Fri Mar 04 22:26:03 1994 +0000 +++ b/lisp/mail/rmail.el Fri Mar 04 23:08:31 1994 +0000 @@ -96,8 +96,8 @@ "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.")