aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2025-07-13 12:25:17 +0100
committerSean Whitton2025-07-13 12:51:04 +0100
commitce3d4cd6b39b8b574cf0b9ab535a00717d10c073 (patch)
tree06b397805abae1cbd3a31b4cabdb9387a6aca799
parent6418099ad99388afaa1de7435de3b9c29e1128f3 (diff)
downloademacs-ce3d4cd6b39b8b574cf0b9ab535a00717d10c073.tar.gz
emacs-ce3d4cd6b39b8b574cf0b9ab535a00717d10c073.zip
; * etc/NEWS: Grammar fixes.
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 35ba75b9feb..9306d7d92e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
1464When switching to the plain text contents with 'doc-view-open-text', 1464When switching to the plain text contents with 'doc-view-open-text',
1465DocView now creates a dedicated buffer to display it. 'C-c C-c' gets you 1465DocView now creates a dedicated buffer to display it. 'C-c C-c' gets you
1466back to real DocView buffer if it still exists. 1466back 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.
1554This command copies to the 'kill-ring' a region of text modified 1554This command copies to the 'kill-ring' a region of text modified
1555according to diffs in the current buffer, but without applying the diffs 1555according to diffs in the current buffer, but without applying the diffs
1556to the original text. If the selected range extends a hunk, the 1556to the original text. If the selected range extends a hunk, the
1557command attempts to look up and copy the text in-between the hunks. 1557command 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.
1894Missing files are those which have been removed from the filesystem but 1894Missing files are those which have been removed from the filesystem but
1895are still tracked by version control. Removed files are those scheduled 1895which are still tracked by version control. Removed files are those
1896to be removed from version control in the next commit. Previously, 1896scheduled to be removed from version control in the next commit.
1897different backends were inconsistent about applying these statuses to 1897Previously, different backends were inconsistent about applying these
1898files, and 'C-x v v' behaved subtly differently for the two statuses. 1898statuses to files, and 'C-x v v' behaved subtly differently for the two
1899The combination of these differences between backends and in 'C-x v v' 1899statuses. The combination of these differences between backends and in
1900behavior 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