* lisp/gnu/starttls.el (starttls-extra-arguments): Doc fix (tiny change)
Fixes: debbugs:12608
This commit is contained in:
parent
d259be3835
commit
a31eeec28f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-10-09 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
|
||||
|
||||
* starttls.el (starttls-extra-arguments): Doc fix.
|
||||
|
||||
2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* shr.el (shr-expand-url): Handle URL starting with `//'.
|
||||
|
|
|
@ -149,7 +149,7 @@ These apply when the `starttls' command is used, i.e. when
|
|||
:group 'starttls)
|
||||
|
||||
(defcustom starttls-extra-arguments nil
|
||||
"Extra arguments to `starttls-program'.
|
||||
"Extra arguments to `starttls-gnutls-program'.
|
||||
These apply when GnuTLS is used, i.e. when `starttls-use-gnutls' is non-nil.
|
||||
|
||||
For example, non-TLS compliant servers may require
|
||||
|
|
Loading…
Add table
Reference in a new issue