diff options
| author | Lars Ingebrigtsen | 2019-09-23 00:45:33 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-23 00:45:33 +0200 |
| commit | a5eae3d15f8a490d88a86a71540e0ba3ec640eec (patch) | |
| tree | eda12d7ee8d6059400f7c193415b389115334442 | |
| parent | 1f89fedc18ed8c400f1e26ebc9901ab600d78a26 (diff) | |
| download | emacs-a5eae3d15f8a490d88a86a71540e0ba3ec640eec.tar.gz emacs-a5eae3d15f8a490d88a86a71540e0ba3ec640eec.zip | |
Remove Gnus posting style reference to message-reply-headers
* doc/misc/gnus.texi (Posting Styles): Remove bit about
message-reply-headers, because it has never worked.
| -rw-r--r-- | doc/misc/gnus.texi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 4db0579eba5..4824cdc9621 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -12855,10 +12855,7 @@ The attribute value can be a string, a function with zero arguments | |||
| 12855 | (the return value will be used), a variable (its value will be used) | 12855 | (the return value will be used), a variable (its value will be used) |
| 12856 | or a list (it will be @code{eval}ed and the return value will be | 12856 | 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. |
| 12859 | article are available through the @code{message-reply-headers} | ||
| 12860 | variable, which is a @code{mail-header} object that can be accessed | ||
| 12861 | via the @code{mail-header-*} accessors. | ||
| 12862 | 12859 | ||
| 12863 | In the case of a string value, if the @code{match} is a regular | 12860 | 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} | 12861 | expression, or if it takes the form @code{(header @var{match} |
| @@ -12868,8 +12865,6 @@ the corresponding parenthetical matches (@pxref{Replacing Match,, | |||
| 12868 | Replacing the Text that Matched, elisp, The Emacs Lisp Reference | 12865 | Replacing the Text that Matched, elisp, The Emacs Lisp Reference |
| 12869 | Manual}.) | 12866 | Manual}.) |
| 12870 | 12867 | ||
| 12871 | @vindex message-reply-headers | ||
| 12872 | |||
| 12873 | If you wish to check whether the message you are about to compose is | 12868 | If you wish to check whether the message you are about to compose is |
| 12874 | meant to be a news article or a mail message, you can check the values | 12869 | meant to be a news article or a mail message, you can check the values |
| 12875 | of the @code{message-news-p} and @code{message-mail-p} functions. | 12870 | of the @code{message-news-p} and @code{message-mail-p} functions. |