aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2a499b5995e..a33a7bf7c9b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1340,7 +1340,7 @@ FIXME: These should be front-ended by xml.el.
1340** GnuTLS 1340** GnuTLS
1341 1341
1342*** New library `gnutls.el'. 1342*** New library `gnutls.el'.
1343This requires Emacs to have built with GnuTLS support. 1343This requires Emacs to have been built with GnuTLS support.
1344The main functions are `open-gnutls-stream' and `gnutls-negotiate'. 1344The main functions are `open-gnutls-stream' and `gnutls-negotiate'.
1345It's easiest to use these functions through `open-network-stream' 1345It's easiest to use these functions through `open-network-stream'
1346because it can upgrade connections through STARTTLS opportunistically 1346because it can upgrade connections through STARTTLS opportunistically