diff options
author | Glenn Morris <rgm@gnu.org> | 2016-05-31 14:58:05 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-05-31 14:58:05 -0400 |
commit | a7a22442a4efcd431d99b8929dbbad7253b070a5 (patch) | |
tree | 22c4e305edb21a0f0e571b8d82ae0e9000490447 /doc | |
parent | 07bd97217b94aa0eb0e351f0adb7286b63756910 (diff) |
* doc/misc/smtpmail.texi (Encryption): Fix 2012-12-22 typo.
Diffstat (limited to 'doc')
-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 2647331167..d9a68c4598 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi @@ -285,7 +285,7 @@ connection the SMTP library uses. The default value is @code{nil}, which means to use a plain connection, but try to switch to a STARTTLS encrypted connection if the server supports it. Other possible values are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL; -and @code{plain} for encryption. +and @code{plain} for no encryption. Use of any form of TLS/SSL requires support in Emacs. You can either use the built-in support (in Emacs 24.1 and later), or the |