diff options
author | Robert Pluim <rpluim@gmail.com> | 2020-08-04 16:34:38 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2020-08-04 16:34:59 +0200 |
commit | 1ca4da054be7eb340c511d817f3ec89c8b819db7 (patch) | |
tree | c3504750ecd1d3abfcb71c6af9a37c86f63fc221 | |
parent | 5578febcd4710920ed8d864395e60282e2127afe (diff) | |
download | emacs-1ca4da054be7eb340c511d817f3ec89c8b819db7.tar.gz |
; * etc/NEWS: fix some quoting
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -595,7 +595,7 @@ the node "(emacs) Directory Variables" of the user manual. ** Network connections using 'local' can now use IPv6. 'make-network-process' now uses the correct loopback address when -asked to use ':host 'local' and ':family 'ipv6'. +asked to use ":host 'local" and ":family 'ipv6". ** The new function 'replace-region-contents' replaces the current region using a given replacement-function in a non-destructive manner |