aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2014-12-29 12:39:58 -0800
committerPaul Eggert2014-12-29 12:42:07 -0800
commit973110680c094b7a3bbcebbfbafb9abfc7adc8fd (patch)
treed4a329e7633a0e2e685c9cf2b7476a771de6006c /etc
parentf9acac751d4cd22480e62cc63936b1208ca9fe48 (diff)
downloademacs-973110680c094b7a3bbcebbfbafb9abfc7adc8fd.tar.gz
emacs-973110680c094b7a3bbcebbfbafb9abfc7adc8fd.zip
Fix previous patch to match its commit message
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e5c988beaad..ae0cb70c833 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -542,7 +542,9 @@ optional repeat-count argument.
542** Function `sort' can deal with vectors. 542** Function `sort' can deal with vectors.
543 543
544** Function `system-name' now returns an updated value if the current 544** Function `system-name' now returns an updated value if the current
545system's name has changed, or if the Emacs process has changed systems. 545system's name has changed or if the Emacs process has changed systems,
546and to avoid long waits it no longer consults DNS to canonicalize the
547name. The variable `system-name' is now obsolete.
546 548
547--- 549---
548** New utilities in subr-x.el: 550** New utilities in subr-x.el: