aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-04 23:08:31 +0000
committerKarl Heuer1994-03-04 23:08:31 +0000
commitc47fae76cd24ee57b09ec67e4853088978b7461d (patch)
treec7631a3021517a9b3cd7a5c905aaf89743cb32b2
parent972a693aa57202cdfab822506b74064d5547f9fa (diff)
downloademacs-c47fae76cd24ee57b09ec67e4853088978b7461d.tar.gz
emacs-c47fae76cd24ee57b09ec67e4853088978b7461d.zip
(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).")
96 "Regexp marking the end of an mmdf message") 96 "Regexp marking the end of an mmdf message")
97 97
98(defvar rmail-message-filter nil 98(defvar rmail-message-filter nil
99 "If non nil, is a filter function for new headers in RMAIL. 99 "If non nil, a filter function for new messages in RMAIL.
100Called with region narrowed to unformatted header.") 100Called with region narrowed to the message, including headers.")
101 101
102(defvar rmail-reply-prefix "Re: " 102(defvar rmail-reply-prefix "Re: "
103 "String to prepend to Subject line when replying to a message.") 103 "String to prepend to Subject line when replying to a message.")