emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a5eae3d: Remove Gnus posting style reference to mes


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master a5eae3d: Remove Gnus posting style reference to message-reply-headers
Date: Sun, 22 Sep 2019 18:47:39 -0400 (EDT)

branch: master
commit a5eae3d15f8a490d88a86a71540e0ba3ec640eec
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove Gnus posting style reference to message-reply-headers
    
    * doc/misc/gnus.texi (Posting Styles): Remove bit about
    message-reply-headers, because it has never worked.
---
 doc/misc/gnus.texi | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 4db0579..4824cdc 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12855,10 +12855,7 @@ The attribute value can be a string, a function with 
zero arguments
 (the return value will be used), a variable (its value will be used)
 or a list (it will be @code{eval}ed and the return value will be
 used).  The functions and sexps are called/@code{eval}ed in the
-message buffer that is being set up.  The headers of the current
-article are available through the @code{message-reply-headers}
-variable, which is a @code{mail-header} object that can be accessed
-via the @code{mail-header-*} accessors.
+message buffer that is being set up.
 
 In the case of a string value, if the @code{match} is a regular
 expression, or if it takes the form @code{(header @var{match}
@@ -12868,8 +12865,6 @@ the corresponding parenthetical matches 
(@pxref{Replacing Match,,
 Replacing the Text that Matched, elisp, The Emacs Lisp Reference
 Manual}.)
 
-@vindex message-reply-headers
-
 If you wish to check whether the message you are about to compose is
 meant to be a news article or a mail message, you can check the values
 of the @code{message-news-p} and @code{message-mail-p} functions.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]