; * etc/NEWS: Don't say that C-c M-r can undo whole commits.

This commit is contained in:
Sean Whitton 2024-09-26 20:02:05 +01:00
parent b9d103c16e
commit 37bed70f4c

View file

@ -366,8 +366,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