emacs-31 9777acdc95a: ; etc/NEWS: Fix duplicate "Emacs Lisp mode" heading.

Eshel Yaron via Mailing list for Emacs changes <[email protected]> Sat, 4 Jul 2026 15:30:45 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: emacs-31
commit 9777acdc95aecb0547dfbab31931c51c6a3abf0c
Author: Eshel Yaron <[email protected]>
Commit: Eshel Yaron <[email protected]>

    ; etc/NEWS: Fix duplicate "Emacs Lisp mode" heading.
---
 etc/NEWS | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 89c8e592f9c..4609e9b6910 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1640,15 +1640,6 @@ at run-time for the use of the associated deprecated features.
 '(setq eieio-backward-compatibility t)' can be used to recover
 the previous silence.
 
-** Emacs Lisp mode
-
-+++
-*** Semantic highlighting support for Emacs Lisp.
-'emacs-lisp-mode' can now use code analysis to highlight more symbols
-more accurately.  Customize the new user option
-'elisp-fontify-semantically' to non-nil to enable this feature, and see
-the Info node "(emacs) Semantic Font Lock" for more information.
-
 ** Text mode
 
 ---
@@ -2338,6 +2329,13 @@ To get the old behavior back, add an element '(enum-open
 
 ** Emacs Lisp mode
 
++++
+*** Semantic highlighting support for Emacs Lisp.
+'emacs-lisp-mode' can now use code analysis to highlight more symbols
+more accurately.  Customize the new user option
+'elisp-fontify-semantically' to non-nil to enable this feature, and see
+the Info node "(emacs) Semantic Font Lock" for more information.
+
 ---
 *** Checkdoc no longer warns about missing footer lines in some cases.
 Emacs Lisp libraries have traditionally ended with a footer line