diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-01 15:34:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-01 15:34:32 +0200 |
commit | b6b7f17221988f0e29c5f460fc42cfc338d98637 (patch) | |
tree | f5b10f58f48f24101f9a10db65f4b5e515eb98c2 /doc/misc/smtpmail.texi | |
parent | f7d14ef23bdde6f6880604a12d10e3cc35b83f28 (diff) | |
download | emacs-b6b7f17221988f0e29c5f460fc42cfc338d98637.tar.gz emacs-b6b7f17221988f0e29c5f460fc42cfc338d98637.tar.bz2 emacs-b6b7f17221988f0e29c5f460fc42cfc338d98637.zip |
Remove spurious @ character in smtpmail.texi
* doc/misc/smtpmail.texi (Authentication): Remove a presumably
spurious @ character.
Diffstat (limited to 'doc/misc/smtpmail.texi')
-rw-r--r-- | doc/misc/smtpmail.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index 18c76fb8898..e19d0f689d3 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi @@ -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 |