diff options
| author | Lars Ingebrigtsen | 2019-09-23 00:26:40 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-23 00:26:40 +0200 |
| commit | 9d96aa5ae336e6d9c99e3b074bf72ec191a16d00 (patch) | |
| tree | 82ef9a09b438310668643f4e9348268fbd33cf45 | |
| parent | e3bd6c406da2ea98bfcf6bbd37db78462fd75b31 (diff) | |
| download | emacs-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.texi | 4 |
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 | |||
| 12857 | used). The functions and sexps are called/@code{eval}ed in the | 12857 | used). The functions and sexps are called/@code{eval}ed in the |
| 12858 | message buffer that is being set up. The headers of the current | 12858 | message buffer that is being set up. The headers of the current |
| 12859 | article are available through the @code{message-reply-headers} | 12859 | article are available through the @code{message-reply-headers} |
| 12860 | variable, which is a vector of the following headers: number subject | 12860 | variable, which is a @code{mail-header} object that can be accessed |
| 12861 | from date id references chars lines xref extra. | 12861 | via the @code{mail-header-*} accessors. |
| 12862 | 12862 | ||
| 12863 | In the case of a string value, if the @code{match} is a regular | 12863 | In the case of a string value, if the @code{match} is a regular |
| 12864 | expression, or if it takes the form @code{(header @var{match} | 12864 | expression, or if it takes the form @code{(header @var{match} |