; Doc fix in c-ts-mode.el

* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail):
Doc fix.
This commit is contained in:
Eli Zaretskii 2023-04-30 08:21:38 +03:00
parent 21361d0563
commit 5a3f0e2c55

View 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."