; 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:
parent
21361d0563
commit
5a3f0e2c55
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue