From: Eli Zaretskii Date: Fri, 27 Sep 2024 05:47:13 +0000 (+0300) Subject: ; * etc/NEWS: Fix recently added entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc5d8db05ae08867e3b23e7354811943b78171a1;p=emacs.git ; * etc/NEWS: Fix recently added entry. (cherry picked from commit 8e08e37166fbd3f99c895a9d2cea24939d75ac9b) --- diff --git a/etc/NEWS b/etc/NEWS index 3273c0a24cf..507b69fa66e 100644 --- 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