From 9777acdc95aecb0547dfbab31931c51c6a3abf0c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 4 Jul 2026 21:28:57 +0200 Subject: [PATCH] ; 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