]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix recently added entry.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Sep 2024 05:47:13 +0000 (08:47 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:09 +0000 (12:24 +0200)
(cherry picked from commit 8e08e37166fbd3f99c895a9d2cea24939d75ac9b)

etc/NEWS

index 3273c0a24cf814af59a7df7ba2558448fee82f0d..507b69fa66eba3dbdf7a9bbc43300e8576c5c014 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -336,10 +336,10 @@ 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'.
 
 ---
-*** diff-file-prev and diff-hunk-prev reliably move to start of header.
-Previously, diff-file-prev and diff-hunk-prev would move when point is
-after the corresponding file or hunk header, but not when inside it.
-Now they will reliably move to the start of the current header.
+*** 'diff-file-prev' and 'diff-hunk-prev' always move to start of header.
+Previously, 'diff-file-prev' and 'diff-hunk-prev' would move when point
+is after the corresponding file or hunk header, but not when inside it.
+Now they will always move to the start of the current header.
 
 ** php-ts-mode