aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2019-05-05 12:27:32 -0400
committerNoam Postavsky2019-05-09 07:35:05 -0400
commit0397b7c797b891906bd6613b46a5634aba468fb9 (patch)
treecb6506d2295f094ff48e1f6cb4db159003fe6180
parent7dab3ee7ab54b3c2e7bc24170376054786c01d6f (diff)
downloademacs-0397b7c797b891906bd6613b46a5634aba468fb9.tar.gz
emacs-0397b7c797b891906bd6613b46a5634aba468fb9.zip
; Fix smtpmail-stream-type docstring
* lisp/mail/smtpmail.el (smtpmail-stream-type): Remove redundant docstring verbiage.
-rw-r--r--lisp/mail/smtpmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 0043fafb4a0..5502e7cfa64 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -101,9 +101,9 @@ don't define this value."
101 101
102(defcustom smtpmail-stream-type nil 102(defcustom smtpmail-stream-type nil
103 "Type of SMTP connections to use. 103 "Type of SMTP connections to use.
104This may be either nil (possibly upgraded to STARTTLS if possible), 104This may be either nil (upgrade with STARTTLS if possible),
105or `starttls' (refuse to send if STARTTLS isn't available), or `plain' 105`starttls' (refuse to send if STARTTLS isn't available),
106\(never use STARTTLS), or `ssl' (to use TLS/SSL)." 106`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)."
107 :version "24.1" 107 :version "24.1"
108 :group 'smtpmail 108 :group 'smtpmail
109 :type '(choice (const :tag "Possibly upgrade to STARTTLS" nil) 109 :type '(choice (const :tag "Possibly upgrade to STARTTLS" nil)