aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-09-27 08:47:13 +0300
committerEli Zaretskii2024-09-27 08:47:13 +0300
commit8e08e37166fbd3f99c895a9d2cea24939d75ac9b (patch)
tree35e73bdc3bcea6b1e5e4174e439599bf07f5544d
parent42eb2265e64c4615f4a6111afc80ee25c782ef1e (diff)
downloademacs-8e08e37166fbd3f99c895a9d2cea24939d75ac9b.tar.gz
emacs-8e08e37166fbd3f99c895a9d2cea24939d75ac9b.zip
; * etc/NEWS: Fix recently added entry.
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 76c58c0f269..cc89815082b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -371,10 +371,10 @@ This 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'. 371you 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.
375Previously, diff-file-prev and diff-hunk-prev would move when point is 375Previously, 'diff-file-prev' and 'diff-hunk-prev' would move when point
376after the corresponding file or hunk header, but not when inside it. 376is after the corresponding file or hunk header, but not when inside it.
377Now they will reliably move to the start of the current header. 377Now they will always move to the start of the current header.
378 378
379** php-ts-mode 379** php-ts-mode
380 380