From 9d96aa5ae336e6d9c99e3b074bf72ec191a16d00 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 23 Sep 2019 00:26:40 +0200 Subject: 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 8575f47f382..4db0579eba5 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} -- cgit v1.2.1