diff options
| author | Glenn Morris | 2016-05-31 14:58:05 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-05-31 14:58:05 -0400 |
| commit | a7a22442a4efcd431d99b8929dbbad7253b070a5 (patch) | |
| tree | 22c4e305edb21a0f0e571b8d82ae0e9000490447 | |
| parent | 07bd97217b94aa0eb0e351f0adb7286b63756910 (diff) | |
| download | emacs-a7a22442a4efcd431d99b8929dbbad7253b070a5.tar.gz emacs-a7a22442a4efcd431d99b8929dbbad7253b070a5.zip | |
* doc/misc/smtpmail.texi (Encryption): Fix 2012-12-22 typo.
| -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 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}, | |||
| 285 | which means to use a plain connection, but try to switch to a STARTTLS | 285 | which means to use a plain connection, but try to switch to a STARTTLS |
| 286 | encrypted connection if the server supports it. Other possible values | 286 | encrypted connection if the server supports it. Other possible values |
| 287 | are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL; | 287 | are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL; |
| 288 | and @code{plain} for encryption. | 288 | and @code{plain} for no encryption. |
| 289 | 289 | ||
| 290 | Use of any form of TLS/SSL requires support in Emacs. You can either | 290 | Use of any form of TLS/SSL requires support in Emacs. You can either |
| 291 | use the built-in support (in Emacs 24.1 and later), or the | 291 | use the built-in support (in Emacs 24.1 and later), or the |