emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9d96aa5 1/2: message-reply-headers doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9d96aa5 1/2: message-reply-headers doc fix
Date: Sun, 22 Sep 2019 18:29:58 -0400 (EDT)

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

    message-reply-headers doc fix
    
    * doc/misc/gnus.texi (Posting Styles): Update the type of the
    message-reply-headers object.
---
 doc/misc/gnus.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 8575f47..4db0579 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12857,8 +12857,8 @@ 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 vector of the following headers: number subject
-from date id references chars lines xref extra.
+variable, which is a @code{mail-header} object that can be accessed
+via the @code{mail-header-*} accessors.
 
 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}



reply via email to

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