diff options
| author | Kazuhiro Ito | 2012-10-09 13:55:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-09 13:55:08 -0400 |
| commit | a31eeec28ffcd6a497411f5c8d12a5b41c9e8069 (patch) | |
| tree | 9174aae0b94a386e76db0913c518fe460756c537 | |
| parent | d259be38357793eb743ed2813d6f72a3d7728624 (diff) | |
| download | emacs-a31eeec28ffcd6a497411f5c8d12a5b41c9e8069.tar.gz emacs-a31eeec28ffcd6a497411f5c8d12a5b41c9e8069.zip | |
* lisp/gnu/starttls.el (starttls-extra-arguments): Doc fix (tiny change)
Fixes: debbugs:12608
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/starttls.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4ddf8b04e91..27937b23872 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-09 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | ||
| 2 | |||
| 3 | * starttls.el (starttls-extra-arguments): Doc fix. | ||
| 4 | |||
| 1 | 2012-07-10 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2012-07-10 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * shr.el (shr-expand-url): Handle URL starting with `//'. | 7 | * shr.el (shr-expand-url): Handle URL starting with `//'. |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index 2d403650533..346e76b2ccc 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -149,7 +149,7 @@ These apply when the `starttls' command is used, i.e. when | |||
| 149 | :group 'starttls) | 149 | :group 'starttls) |
| 150 | 150 | ||
| 151 | (defcustom starttls-extra-arguments nil | 151 | (defcustom starttls-extra-arguments nil |
| 152 | "Extra arguments to `starttls-program'. | 152 | "Extra arguments to `starttls-gnutls-program'. |
| 153 | These apply when GnuTLS is used, i.e. when `starttls-use-gnutls' is non-nil. | 153 | These apply when GnuTLS is used, i.e. when `starttls-use-gnutls' is non-nil. |
| 154 | 154 | ||
| 155 | For example, non-TLS compliant servers may require | 155 | For example, non-TLS compliant servers may require |