aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/smtpmail.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi
index 26473311678..d9a68c45985 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},
285which means to use a plain connection, but try to switch to a STARTTLS 285which means to use a plain connection, but try to switch to a STARTTLS
286encrypted connection if the server supports it. Other possible values 286encrypted connection if the server supports it. Other possible values
287are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL; 287are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL;
288and @code{plain} for encryption. 288and @code{plain} for no encryption.
289 289
290Use of any form of TLS/SSL requires support in Emacs. You can either 290Use of any form of TLS/SSL requires support in Emacs. You can either
291use the built-in support (in Emacs 24.1 and later), or the 291use the built-in support (in Emacs 24.1 and later), or the