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:
parent
972a693aa5
commit
c47fae76cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue