emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 fef4f18cc3: ; Fix NEWS


From: Michael Albinus
Subject: emacs-29 fef4f18cc3: ; Fix NEWS
Date: Sun, 8 Jan 2023 04:56:16 -0500 (EST)

branch: emacs-29
commit fef4f18cc33754c1c06be3100563e2b0b690c067
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix NEWS
---
 etc/NEWS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index c7cfead5fd..e9366fe8dd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -797,10 +797,10 @@ filter/sentinel error has been handled.
 ** New faces for font-lock.
 These faces are primarily meant for use with tree-sitter.  They are:
 'font-lock-bracket-face', 'font-lock-delimiter-face',
-'font-lock-escape-face', 'font-lock-number-face',
-'font-lock-regexp-face',
-'font-lock-misc-punctuation-face', 'font-lock-operator-face',
-'font-lock-property-face', and 'font-lock-punctuation-face'.
+'font-lock-escape-face', 'font-lock-misc-punctuation-face',
+'font-lock-number-face', 'font-lock-operator-face',
+'font-lock-property-face', and 'font-lock-punctuation-face',
+'font-lock-regexp-face'.
 
 +++
 ** New face 'variable-pitch-text'.
@@ -3211,8 +3211,8 @@ An optional major mode based on the tree-sitter library 
for editing
 programs in the C++ language.
 
 +++
-*** New major mode 'c-or-c++-ts-mode'.
-A function that automatically guesses the language of a header file,
+*** New command 'c-or-c++-ts-mode'.
+A command that automatically guesses the language of a header file,
 and enables either 'c-ts-mode' or 'c++-ts-mode' accordingly.
 
 +++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]