From: Eli Zaretskii Date: Sun, 30 Apr 2023 05:21:38 +0000 (+0300) Subject: ; Doc fix in c-ts-mode.el X-Git-Tag: emacs-29.0.91~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a3f0e2c558d783caad6b356310217866e9cd47e;p=emacs.git ; Doc fix in c-ts-mode.el * lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail): Doc fix. --- diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 761a87c5a78..0fa53e06962 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -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."