diff options
| author | Tino Calancha | 2017-06-17 22:58:27 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-06-17 22:58:27 +0900 |
| commit | 8e44350ee2a52cc3ae27dd6449bd081c41c17205 (patch) | |
| tree | e0c50750330774a2e15ad629bd4a3e35f65857c6 | |
| parent | d682f0daa3c0bfdd5ee8ce0e9226353d505e85a9 (diff) | |
| download | emacs-8e44350ee2a52cc3ae27dd6449bd081c41c17205.tar.gz emacs-8e44350ee2a52cc3ae27dd6449bd081c41c17205.zip | |
; * etc/NEWS (Editing Changes in Emacs 26.1): Fix typo in last commit.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -463,7 +463,7 @@ defun are selected unless they are separated from the defun by a blank | |||
| 463 | line. | 463 | line. |
| 464 | 464 | ||
| 465 | ** New command 'replace-buffer-contents'. This command replaces the | 465 | ** New command 'replace-buffer-contents'. This command replaces the |
| 466 | contents of theaccessible portion of the current buffer with the | 466 | contents of the accessible portion of the current buffer with the |
| 467 | contents of the accessible portion of a different buffer while keeping | 467 | contents of the accessible portion of a different buffer while keeping |
| 468 | point, mark, markers, and text properties as intact as possible. | 468 | point, mark, markers, and text properties as intact as possible. |
| 469 | 469 | ||