diff options
| author | Sean Whitton | 2025-07-13 12:25:17 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-07-13 12:51:04 +0100 |
| commit | ce3d4cd6b39b8b574cf0b9ab535a00717d10c073 (patch) | |
| tree | 06b397805abae1cbd3a31b4cabdb9387a6aca799 | |
| parent | 6418099ad99388afaa1de7435de3b9c29e1128f3 (diff) | |
| download | emacs-ce3d4cd6b39b8b574cf0b9ab535a00717d10c073.tar.gz emacs-ce3d4cd6b39b8b574cf0b9ab535a00717d10c073.zip | |
; * etc/NEWS: Grammar fixes.
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -1463,7 +1463,7 @@ you exit the Emacs session or kill the IELM buffer. | |||
| 1463 | *** Dedicated buffer for plain text contents. | 1463 | *** Dedicated buffer for plain text contents. |
| 1464 | When switching to the plain text contents with 'doc-view-open-text', | 1464 | When switching to the plain text contents with 'doc-view-open-text', |
| 1465 | DocView now creates a dedicated buffer to display it. 'C-c C-c' gets you | 1465 | DocView now creates a dedicated buffer to display it. 'C-c C-c' gets you |
| 1466 | back to real DocView buffer if it still exists. | 1466 | back to the real DocView buffer if it still exists. |
| 1467 | 1467 | ||
| 1468 | +++ | 1468 | +++ |
| 1469 | *** New commands to save and restore pages in buffer-local registers. | 1469 | *** New commands to save and restore pages in buffer-local registers. |
| @@ -1554,7 +1554,7 @@ This feature is experimental. | |||
| 1554 | This command copies to the 'kill-ring' a region of text modified | 1554 | This command copies to the 'kill-ring' a region of text modified |
| 1555 | according to diffs in the current buffer, but without applying the diffs | 1555 | according to diffs in the current buffer, but without applying the diffs |
| 1556 | to the original text. If the selected range extends a hunk, the | 1556 | to the original text. If the selected range extends a hunk, the |
| 1557 | command attempts to look up and copy the text in-between the hunks. | 1557 | command attempts to look up and copy the text in between the hunks. |
| 1558 | 1558 | ||
| 1559 | +++ | 1559 | +++ |
| 1560 | *** New command 'diff-revert-and-kill-hunk' bound to 'C-c M-r'. | 1560 | *** New command 'diff-revert-and-kill-hunk' bound to 'C-c M-r'. |
| @@ -1892,12 +1892,12 @@ files in the fileset are in a compatible state for a checkin. | |||
| 1892 | +++ | 1892 | +++ |
| 1893 | *** 'C-x v v' handles missing and removed files more consistently. | 1893 | *** 'C-x v v' handles missing and removed files more consistently. |
| 1894 | Missing files are those which have been removed from the filesystem but | 1894 | Missing files are those which have been removed from the filesystem but |
| 1895 | are still tracked by version control. Removed files are those scheduled | 1895 | which are still tracked by version control. Removed files are those |
| 1896 | to be removed from version control in the next commit. Previously, | 1896 | scheduled to be removed from version control in the next commit. |
| 1897 | different backends were inconsistent about applying these statuses to | 1897 | Previously, different backends were inconsistent about applying these |
| 1898 | files, and 'C-x v v' behaved subtly differently for the two statuses. | 1898 | statuses to files, and 'C-x v v' behaved subtly differently for the two |
| 1899 | The combination of these differences between backends and in 'C-x v v' | 1899 | statuses. The combination of these differences between backends and in |
| 1900 | behavior was confusing. Now, | 1900 | 'C-x v v' behavior was confusing. Now, |
| 1901 | 1901 | ||
| 1902 | - in VC-Dir, you can use 'C-x v v' on missing files to mark them as | 1902 | - in VC-Dir, you can use 'C-x v v' on missing files to mark them as |
| 1903 | removed | 1903 | removed |