]> git.eshelyaron.com Git - emacs.git/commitdiff
; Doc fix in c-ts-mode.el
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Apr 2023 05:21:38 +0000 (08:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 30 Apr 2023 05:21:38 +0000 (08:21 +0300)
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail):
Doc fix.

lisp/progmodes/c-ts-mode.el

index 761a87c5a78aa565daab215c76f08b4ecfa231f8..0fa53e06962e78c5d1a4d1a3dc376eac8de5f043 100644 (file)
@@ -801,7 +801,7 @@ This function corrects the fontification of the colon in
            'default override start end))))))
 
 (defun c-ts-mode--fontify-for-each-tail (node override start end &rest _)
-  "Fontify FOR_EACH_TAIL variants in Emacs sources.
+  "Fontify FOR_EACH_* macro variants in Emacs sources.
 For NODE, OVERRIDE, START, and END, see
 `treesit-font-lock-rules'.  The captured NODE is a
 function_definition node."