Don't refer to deleted variable 'gnus-parameter-to-list-alist'
* doc/misc/gnus.texi (Group Parameters): * lisp/gnus/message.el (message-recipients-without-full-name): Don't refer to deleted variable 'gnus-parameter-to-list-alist'.
This commit is contained in:
parent
7cfa87ed5b
commit
b32f50c6d8
2 changed files with 0 additions and 4 deletions
|
@ -2959,8 +2959,6 @@ sending the message if @code{gnus-add-to-list} is set to @code{t}.
|
|||
If this variable is set, @code{gnus-mailing-list-mode} is turned on when
|
||||
entering summary buffer.
|
||||
|
||||
See also @code{gnus-parameter-to-list-alist}.
|
||||
|
||||
@anchor{subscribed}
|
||||
@item subscribed
|
||||
@cindex subscribed
|
||||
|
|
|
@ -8811,8 +8811,6 @@ headers. If FORCE, insert new field even if NEW-VALUE is empty."
|
|||
"bug-gnu-emacs@gnu.org")
|
||||
"Mail addresses that have no full name.
|
||||
Used in `message-simplify-recipients'."
|
||||
;; Maybe the addresses could be extracted from
|
||||
;; `gnus-parameter-to-list-alist'?
|
||||
:type '(choice (const :tag "None" nil)
|
||||
(repeat string))
|
||||
:version "23.1" ;; No Gnus
|
||||
|
|
Loading…
Add table
Reference in a new issue