mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
; Fix smtpmail-stream-type docstring
* lisp/mail/smtpmail.el (smtpmail-stream-type): Remove redundant docstring verbiage.
This commit is contained in:
parent
7dab3ee7ab
commit
0397b7c797
1 changed files with 3 additions and 3 deletions
|
@ -101,9 +101,9 @@ don't define this value."
|
||||||
|
|
||||||
(defcustom smtpmail-stream-type nil
|
(defcustom smtpmail-stream-type nil
|
||||||
"Type of SMTP connections to use.
|
"Type of SMTP connections to use.
|
||||||
This may be either nil (possibly upgraded to STARTTLS if possible),
|
This may be either nil (upgrade with STARTTLS if possible),
|
||||||
or `starttls' (refuse to send if STARTTLS isn't available), or `plain'
|
`starttls' (refuse to send if STARTTLS isn't available),
|
||||||
\(never use STARTTLS), or `ssl' (to use TLS/SSL)."
|
`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)."
|
||||||
:version "24.1"
|
:version "24.1"
|
||||||
:group 'smtpmail
|
:group 'smtpmail
|
||||||
:type '(choice (const :tag "Possibly upgrade to STARTTLS" nil)
|
:type '(choice (const :tag "Possibly upgrade to STARTTLS" nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue