]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove spurious @ character in smtpmail.texi
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 1 Sep 2020 13:34:32 +0000 (15:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 1 Sep 2020 13:34:32 +0000 (15:34 +0200)
* doc/misc/smtpmail.texi (Authentication): Remove a presumably
spurious @ character.

doc/misc/smtpmail.texi

index 18c76fb88985bb1dd02390e9acdcb1c2dedff6ef..e19d0f689d3b6f56329b79c420cc2af2036c3b95 100644 (file)
@@ -267,7 +267,7 @@ file, @pxref{Top,,auth-source, auth, Emacs auth-source Library}.
 The process by which the SMTP library authenticates you to the server
 is known as ``Simple Authentication and Security Layer'' (SASL).
 There are various SASL mechanisms, and this library supports three of
-them: CRAM-MD5, PLAIN, and LOGIN@, where the first uses a form of
+them: CRAM-MD5, PLAIN, and LOGIN, where the first uses a form of
 encryption to obscure your password, while the other two do not.  It
 tries each of them, in that order, until one succeeds.  You can assign
 a specific authentication mechanism to a server by including a key