1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-18 12:00:38 -07:00

(rmail-message-filter): Doc fix.

This commit is contained in:
Karl Heuer 1994-03-04 23:08:31 +00:00
parent 972a693aa5
commit c47fae76cd

View 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.")