]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix smtpmail-stream-type docstring
authorNoam Postavsky <npostavs@gmail.com>
Sun, 5 May 2019 16:27:32 +0000 (12:27 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 9 May 2019 11:35:05 +0000 (07:35 -0400)
* lisp/mail/smtpmail.el (smtpmail-stream-type): Remove redundant
docstring verbiage.

lisp/mail/smtpmail.el

index 0043fafb4a09eaf00f1f9d4bb9605c67d9cc17c6..5502e7cfa64fb3223f13b13024192188054c50cc 100644 (file)
@@ -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)