diff options
| author | Eli Zaretskii | 2024-09-27 08:47:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-27 08:47:13 +0300 |
| commit | 8e08e37166fbd3f99c895a9d2cea24939d75ac9b (patch) | |
| tree | 35e73bdc3bcea6b1e5e4174e439599bf07f5544d | |
| parent | 42eb2265e64c4615f4a6111afc80ee25c782ef1e (diff) | |
| download | emacs-8e08e37166fbd3f99c895a9d2cea24939d75ac9b.tar.gz emacs-8e08e37166fbd3f99c895a9d2cea24939d75ac9b.zip | |
; * etc/NEWS: Fix recently added entry.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -371,10 +371,10 @@ 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 | you are in buffers generated by 'C-x v =' and 'C-x v D'. |
| 372 | 372 | ||
| 373 | --- | 373 | --- |
| 374 | *** diff-file-prev and diff-hunk-prev reliably move to start of header. | 374 | *** 'diff-file-prev' and 'diff-hunk-prev' always move to start of header. |
| 375 | Previously, diff-file-prev and diff-hunk-prev would move when point is | 375 | Previously, 'diff-file-prev' and 'diff-hunk-prev' would move when point |
| 376 | after the corresponding file or hunk header, but not when inside it. | 376 | is after the corresponding file or hunk header, but not when inside it. |
| 377 | Now they will reliably move to the start of the current header. | 377 | Now they will always move to the start of the current header. |
| 378 | 378 | ||
| 379 | ** php-ts-mode | 379 | ** php-ts-mode |
| 380 | 380 | ||