Skip to content

Commit 0397b7c

Browse files
committed
; Fix smtpmail-stream-type docstring
* lisp/mail/smtpmail.el (smtpmail-stream-type): Remove redundant docstring verbiage.
1 parent 7dab3ee commit 0397b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/mail/smtpmail.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ don't define this value."
101101

102102
(defcustom smtpmail-stream-type nil
103103
"Type of SMTP connections to use.
104-
This may be either nil (possibly upgraded to STARTTLS if possible),
105-
or `starttls' (refuse to send if STARTTLS isn't available), or `plain'
106-
\(never use STARTTLS), or `ssl' (to use TLS/SSL)."
104+
This may be either nil (upgrade with STARTTLS if possible),
105+
`starttls' (refuse to send if STARTTLS isn't available),
106+
`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)."
107107
:version "24.1"
108108
:group 'smtpmail
109109
:type '(choice (const :tag "Possibly upgrade to STARTTLS" nil)

0 commit comments

Comments
 (0)