diff options
author | Glenn Morris <rgm@gnu.org> | 2011-11-23 23:44:51 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-11-23 23:44:51 -0800 |
commit | 321decc890cabcf8b6ae8d1838fdf343eb899a55 (patch) | |
tree | 795999199bb2ef7812301e08ba2c602ae5b00ce7 /etc | |
parent | 420b63ad29ddb217afc4a21b29f15c93df11d7d4 (diff) | |
download | emacs-321decc890cabcf8b6ae8d1838fdf343eb899a55.tar.gz |
Fix case of "GnuTLS" in docs.
* doc/misc/gnus.texi, doc/misc/smtpmail.texi:
* etc/NEWS:
* lisp/gnus/starttls.el, lisp/net/tls.el: Fix case of "GnuTLS".
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS.22 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index b96cdba98d3..c4aeda62c27 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -2558,10 +2558,10 @@ is nil). *** Minor Improvements -**** The STARTTLS wrapper (starttls.el) can now use GNUTLS +**** The STARTTLS wrapper (starttls.el) can now use GnuTLS instead of the OpenSSL based `starttls' tool. For backwards compatibility, it prefers `starttls', but you can toggle -`starttls-use-gnutls' to switch to GNUTLS (or simply remove the +`starttls-use-gnutls' to switch to GnuTLS (or simply remove the `starttls' tool). **** Do not allow debugger output history variable to grow without bounds. |