aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2020-08-04 16:34:38 +0200
committerRobert Pluim2020-08-04 16:34:59 +0200
commit1ca4da054be7eb340c511d817f3ec89c8b819db7 (patch)
treec3504750ecd1d3abfcb71c6af9a37c86f63fc221
parent5578febcd4710920ed8d864395e60282e2127afe (diff)
downloademacs-1ca4da054be7eb340c511d817f3ec89c8b819db7.tar.gz
emacs-1ca4da054be7eb340c511d817f3ec89c8b819db7.zip
; * etc/NEWS: fix some quoting
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a056f5c1e82..d0a24c23f3a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -595,7 +595,7 @@ the node "(emacs) Directory Variables" of the user manual.
595 595
596** Network connections using 'local' can now use IPv6. 596** Network connections using 'local' can now use IPv6.
597'make-network-process' now uses the correct loopback address when 597'make-network-process' now uses the correct loopback address when
598asked to use ':host 'local' and ':family 'ipv6'. 598asked to use ":host 'local" and ":family 'ipv6".
599 599
600** The new function 'replace-region-contents' replaces the current 600** The new function 'replace-region-contents' replaces the current
601region using a given replacement-function in a non-destructive manner 601region using a given replacement-function in a non-destructive manner