]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Sep 2024 09:42:43 +0000 (12:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:24 +0000 (12:45 +0200)
(cherry picked from commit 39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e)

etc/NEWS

index 57362f3bc01c5776c4967599ed3bc51b49ad75a4..0f94ab65cbc283b029704e308aeba266c6cab58f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -224,17 +224,19 @@ build tags for the test commands.
 
 +++
 *** New user option 'c-ts-mode-enable-doxygen'.
-By default, 'c-ts-mode-enable-doxygen' is nil, and the comment blocks
-are highlighted like other comments.  When Non-nil doxygen comment
-blocks are syntax-highlighted if the doxygen grammar is available.
+By default, this is nil, and the Doxygen comment blocks in C/C++ source
+are highlighted like other comments.  When non-nil, Doxygen comment
+blocks are syntax-highlighted if the Doxygen grammar library is
+available.
 
 ** Java-ts mode
 
 +++
 *** New user option 'java-ts-mode-enable-doxygen'.
-By default, 'java-ts-mode-enable-doxygen' is nil, and the comment blocks
-are highlighted like other comments.  When Non-nil doxygen comment
-blocks are syntax-highlighted if the doxygen grammar is available.
+By default, this is nil, and the Doxygen comment blocks in Java source
+are highlighted like other comments.  When non-nil, Doxygen comment
+blocks are syntax-highlighted if the Doxygen grammar library is
+available.
 
 ** Emacs Lisp mode