aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-09-21 12:42:43 +0300
committerEli Zaretskii2024-09-21 12:42:43 +0300
commit39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e (patch)
treece89b486a17b9f16217183fd250780edb154f879
parentb0523dffabbec8acd9c5c92711af849a11867884 (diff)
downloademacs-39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e.tar.gz
emacs-39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e.zip
; * etc/NEWS: Fix last change.
-rw-r--r--etc/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38551545a27..8303431d94f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -252,17 +252,19 @@ build tags for the test commands.
252 252
253+++ 253+++
254*** New user option 'c-ts-mode-enable-doxygen'. 254*** New user option 'c-ts-mode-enable-doxygen'.
255By default, 'c-ts-mode-enable-doxygen' is nil, and the comment blocks 255By default, this is nil, and the Doxygen comment blocks in C/C++ source
256are highlighted like other comments. When Non-nil doxygen comment 256are highlighted like other comments. When non-nil, Doxygen comment
257blocks are syntax-highlighted if the doxygen grammar is available. 257blocks are syntax-highlighted if the Doxygen grammar library is
258available.
258 259
259** Java-ts mode 260** Java-ts mode
260 261
261+++ 262+++
262*** New user option 'java-ts-mode-enable-doxygen'. 263*** New user option 'java-ts-mode-enable-doxygen'.
263By default, 'java-ts-mode-enable-doxygen' is nil, and the comment blocks 264By default, this is nil, and the Doxygen comment blocks in Java source
264are highlighted like other comments. When Non-nil doxygen comment 265are highlighted like other comments. When non-nil, Doxygen comment
265blocks are syntax-highlighted if the doxygen grammar is available. 266blocks are syntax-highlighted if the Doxygen grammar library is
267available.
266 268
267** Emacs Lisp mode 269** Emacs Lisp mode
268 270