summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-01-28 19:17:53 -0800
committerGlenn Morris <rgm@gnu.org>2012-01-28 19:17:53 -0800
commit573559b413522025ebcfb41eab17ab5bb51da1a4 (patch)
tree352614a159b55c6d81d7abe66bb85af1b2a3f2ee
parent043efd5637df45a99ff5a610f99b2b6d5d2ceda0 (diff)
downloademacs-573559b413522025ebcfb41eab17ab5bb51da1a4.tar.gz
* etc/NEWS: Typo fix.
-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.
** GnuTLS
*** New library `gnutls.el'.
-This requires Emacs to have built with GnuTLS support.
+This requires Emacs to have been built with GnuTLS support.
The main functions are `open-gnutls-stream' and `gnutls-negotiate'.
It's easiest to use these functions through `open-network-stream'
because it can upgrade connections through STARTTLS opportunistically