diff options
Diffstat (limited to 'lisp/mail/smtpmail.el')
-rw-r--r-- | lisp/mail/smtpmail.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index f31e0b45d20..05ef29a1141 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -101,9 +101,9 @@ don't define this value." (defcustom smtpmail-stream-type nil "Type of SMTP connections to use. -This may be either nil (possibly upgraded to STARTTLS if possible), -or `starttls' (refuse to send if STARTTLS isn't available), or `plain' -\(never use STARTTLS), or `ssl' (to use TLS/SSL)." +This may be either nil (upgrade with STARTTLS if possible), +`starttls' (refuse to send if STARTTLS isn't available), +`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)." :version "24.1" :group 'smtpmail :type '(choice (const :tag "Possibly upgrade to STARTTLS" nil) |