]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve recently added documentation
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jul 2021 19:38:10 +0000 (22:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jul 2021 19:38:10 +0000 (22:38 +0300)
* etc/NEWS: Improve wording of a recently added entry.

* doc/misc/smtpmail.texi (Queued delivery): Fix typo.

doc/misc/smtpmail.texi
etc/NEWS

index 8a19744f91bd0ecc4586e9b7c9c98a3fc8240119..ca7dabe6545d3c7b05aadfd69935a291e8d83f89 100644 (file)
@@ -342,9 +342,9 @@ internet).
 @vindex smtpmail-store-queue-variables
   Normally the queue will be dispatched with the values of the
 @acronym{SMTP} variables that are in effect when @kbd{M-x
-smtpmail-send-queued-mail} is executed, but if this
+smtpmail-send-queued-mail} is executed, but if
 @code{smtpmail-store-queue-variables} is non-@code{nil}, the values
-for @code{smtpmail-smtp-server} (etc.) will be stored when the mail is
+for @code{smtpmail-smtp-server} (etc.@:) will be stored when the mail is
 queued, and then used when actually sending the mail.  This can be
 useful if you have a complex outgoing mail setup.
 
index 7d082f68e98b39afe62652165091a57024613a18..37472b7f635e30cf58c6d84b83f0b92472a28aff 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1145,8 +1145,9 @@ take the actual screenshot, and defaults to "ImageMagick import".
 
 +++
 *** New user option 'smtpmail-store-queue-variables'.
-If non-nil, SMTP variables will be stored in the queue and then used
-when sending with 'M-x smtpmail-send-queued-mail'.
+If non-nil, SMTP variables will be stored together with the queued
+messages, and will then be used when sending with
+'M-x smtpmail-send-queued-mail'.
 
 +++
 *** Allow direct selection of smtp authentication mechanism.