; Fix message-server-alist :type (Bug#58546)

This commit is contained in:
Mauro Aranda 2022-10-15 10:56:43 -03:00
parent 4aeb80ccec
commit 9fcd59a978

View file

@ -4361,10 +4361,10 @@ arguments. If METHOD is nil in this case, the return value of
the function will be inserted instead.
If the buffer already has a\"X-Message-SMTP-Method\" header,
it is left unchanged."
:type '(alist :key-type '(choice
(string :tag "From Address")
(function :tag "Predicate"))
:value-type 'string)
:type '(alist :key-type (choice
(string :tag "From Address")
(function :tag "Predicate"))
:value-type string)
:version "29.1"
:group 'message-sending)