]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve 'message-server-alist' docstring
authorRobert Pluim <rpluim@gmail.com>
Wed, 19 Apr 2023 10:33:18 +0000 (12:33 +0200)
committerRobert Pluim <rpluim@gmail.com>
Wed, 19 Apr 2023 10:33:18 +0000 (12:33 +0200)
* lisp/gnus/message.el (message-server-alist): Fix typo and clarify
what happens if there is already an X-Message-SMTP-Method header.

lisp/gnus/message.el

index f4cfffa2e8a23807225a188cc8d4894ac7b78115..7a71ac9f58e2b547889bc82c46823ebc0f0b8868 100644 (file)
@@ -4359,8 +4359,10 @@ If COND is a function, METHOD will be inserted if COND returns
 a non-nil value when called in the message buffer without any
 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."
+
+Note: if the buffer already has a \"X-Message-SMTP-Method\"
+header, these rules are ignored, and the header is left
+unchanged."
   :type '(alist :key-type (choice
                            (string :tag "From Address")
                            (function :tag "Predicate"))