]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Don't say that C-c M-r can undo whole commits.
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 26 Sep 2024 19:02:05 +0000 (20:02 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:23:27 +0000 (12:23 +0200)
(cherry picked from commit 37bed70f4c0a2e33de238eab90d7470d34366f13)

etc/NEWS

index 19bc9c3c43fa67fb2d6ea6f45dccb3dcc99d9ec9..65b7475272a1e22ec89282fd70ca5c7de15d1400 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -331,8 +331,9 @@ command attempts to look up and copy the text in-between the hunks.
 +++
 *** New command 'diff-revert-and-kill-hunk' bound to C-c M-r.
 This command reverts the hunk at point (i.e., applies the reverse of the
-hunk), and then removes the hunk from the diffs.  This is useful to undo
-commits when you are in buffers generated by 'C-x v =' and 'C-x v D'.
+hunk), and then removes the hunk from the diffs.
+This is useful to undo or revert changes, committed and uncommitted, when
+you are in buffers generated by 'C-x v =' and 'C-x v D'.
 
 ** php-ts-mode