diff options
Diffstat (limited to 'doc/misc')
| -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} |