diff options
| author | Sean Whitton | 2024-09-26 20:02:05 +0100 |
|---|---|---|
| committer | Sean Whitton | 2024-09-26 20:03:09 +0100 |
| commit | 37bed70f4c0a2e33de238eab90d7470d34366f13 (patch) | |
| tree | 2793e292bd95406dc0be8ce0dadd19b3eb8720b1 | |
| parent | b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f (diff) | |
| download | emacs-37bed70f4c0a2e33de238eab90d7470d34366f13.tar.gz emacs-37bed70f4c0a2e33de238eab90d7470d34366f13.zip | |
; * etc/NEWS: Don't say that C-c M-r can undo whole commits.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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. |
| 368 | This command reverts the hunk at point (i.e., applies the reverse of the | 368 | This command reverts the hunk at point (i.e., applies the reverse of the |
| 369 | hunk), and then removes the hunk from the diffs. This is useful to undo | 369 | hunk), and then removes the hunk from the diffs. |
| 370 | commits when you are in buffers generated by 'C-x v =' and 'C-x v D'. | 370 | This is useful to undo or revert changes, committed and uncommitted, when |
| 371 | you 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 | ||