aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-23 00:26:40 +0200
committerLars Ingebrigtsen2019-09-23 00:26:40 +0200
commit9d96aa5ae336e6d9c99e3b074bf72ec191a16d00 (patch)
tree82ef9a09b438310668643f4e9348268fbd33cf45
parente3bd6c406da2ea98bfcf6bbd37db78462fd75b31 (diff)
downloademacs-9d96aa5ae336e6d9c99e3b074bf72ec191a16d00.tar.gz
emacs-9d96aa5ae336e6d9c99e3b074bf72ec191a16d00.zip
message-reply-headers doc fix
* doc/misc/gnus.texi (Posting Styles): Update the type of the message-reply-headers object.
-rw-r--r--doc/misc/gnus.texi4
1 files 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
12857used). The functions and sexps are called/@code{eval}ed in the 12857used). The functions and sexps are called/@code{eval}ed in the
12858message buffer that is being set up. The headers of the current 12858message buffer that is being set up. The headers of the current
12859article are available through the @code{message-reply-headers} 12859article are available through the @code{message-reply-headers}
12860variable, which is a vector of the following headers: number subject 12860variable, which is a @code{mail-header} object that can be accessed
12861from date id references chars lines xref extra. 12861via the @code{mail-header-*} accessors.
12862 12862
12863In the case of a string value, if the @code{match} is a regular 12863In the case of a string value, if the @code{match} is a regular
12864expression, or if it takes the form @code{(header @var{match} 12864expression, or if it takes the form @code{(header @var{match}