mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; etc/NEWS: Fix duplicate "Emacs Lisp mode" heading.
This commit is contained in:
parent
f13e409cf4
commit
9777acdc95
16
etc/NEWS
16
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue