diff options
| author | Robert Pluim | 2020-08-04 16:34:38 +0200 |
|---|---|---|
| committer | Robert Pluim | 2020-08-04 16:34:59 +0200 |
| commit | 1ca4da054be7eb340c511d817f3ec89c8b819db7 (patch) | |
| tree | c3504750ecd1d3abfcb71c6af9a37c86f63fc221 | |
| parent | 5578febcd4710920ed8d864395e60282e2127afe (diff) | |
| download | emacs-1ca4da054be7eb340c511d817f3ec89c8b819db7.tar.gz emacs-1ca4da054be7eb340c511d817f3ec89c8b819db7.zip | |
; * 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. | |||
| 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 |
| 598 | asked to use ':host 'local' and ':family 'ipv6'. | 598 | asked 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 |
| 601 | region using a given replacement-function in a non-destructive manner | 601 | region using a given replacement-function in a non-destructive manner |