aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2017-06-17 19:03:30 +0300
committerEli Zaretskii2017-06-17 19:03:30 +0300
commitf8cc7a83006e520e6dce3c64df6dca010624299f (patch)
treeddcc4f8a15621647c09ec0a6aafcb95cb522e810 /etc
parent61dc103969fce1a0bf179e9e799d1feba128b525 (diff)
downloademacs-f8cc7a83006e520e6dce3c64df6dca010624299f.tar.gz
emacs-f8cc7a83006e520e6dce3c64df6dca010624299f.zip
Improve documentation of replace-buffer-contents
* etc/NEWS (replace-buffer-contents): Fix formatting. * src/editfns.c (Freplace_buffer_contents): Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b3b2031c582..85d12733670 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -462,10 +462,11 @@ Negative prefix arg flips the direction of selection. Also,
462defun are selected unless they are separated from the defun by a blank 462defun are selected unless they are separated from the defun by a blank
463line. 463line.
464 464
465** New command 'replace-buffer-contents'. This command replaces the 465** New command 'replace-buffer-contents'.
466contents of the accessible portion of the current buffer with the 466This command replaces the contents of the accessible portion of the
467contents of the accessible portion of a different buffer while keeping 467current buffer with the contents of the accessible portion of a
468point, mark, markers, and text properties as intact as possible. 468different buffer while keeping point, mark, markers, and text
469properties as intact as possible.
469 470
470 471
471* Changes in Specialized Modes and Packages in Emacs 26.1 472* Changes in Specialized Modes and Packages in Emacs 26.1