emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0397b7c 4/4: ; Fix smtpmail-stream-type docstring


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 0397b7c 4/4: ; Fix smtpmail-stream-type docstring
Date: Thu, 9 May 2019 07:41:10 -0400 (EDT)

branch: emacs-26
commit 0397b7c797b891906bd6613b46a5634aba468fb9
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; Fix smtpmail-stream-type docstring
    
    * lisp/mail/smtpmail.el (smtpmail-stream-type): Remove redundant
    docstring verbiage.
---
 lisp/mail/smtpmail.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 0043faf..5502e7c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]