aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2024-09-26 20:02:05 +0100
committerSean Whitton2024-09-26 20:03:09 +0100
commit37bed70f4c0a2e33de238eab90d7470d34366f13 (patch)
tree2793e292bd95406dc0be8ce0dadd19b3eb8720b1
parentb9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f (diff)
downloademacs-37bed70f4c0a2e33de238eab90d7470d34366f13.tar.gz
emacs-37bed70f4c0a2e33de238eab90d7470d34366f13.zip
; * etc/NEWS: Don't say that C-c M-r can undo whole commits.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cdc7f47b7a9..85504afa1a4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -366,8 +366,9 @@ command attempts to look up and copy the text in-between the hunks.
366+++ 366+++
367*** New command 'diff-revert-and-kill-hunk' bound to C-c M-r. 367*** New command 'diff-revert-and-kill-hunk' bound to C-c M-r.
368This command reverts the hunk at point (i.e., applies the reverse of the 368This command reverts the hunk at point (i.e., applies the reverse of the
369hunk), and then removes the hunk from the diffs. This is useful to undo 369hunk), and then removes the hunk from the diffs.
370commits when you are in buffers generated by 'C-x v =' and 'C-x v D'. 370This is useful to undo or revert changes, committed and uncommitted, when
371you are in buffers generated by 'C-x v =' and 'C-x v D'.
371 372
372** php-ts-mode 373** php-ts-mode
373 374