; etc/NEWS: Fix duplicate "Emacs Lisp mode" heading.

This commit is contained in:
Eshel Yaron 2026-07-04 21:28:57 +02:00
parent f13e409cf4
commit 9777acdc95
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -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