summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-30 08:21:38 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-30 08:21:38 +0300
commit5a3f0e2c558d783caad6b356310217866e9cd47e (patch)
treeecc53f8f2131ed3de2974ec0ad4043d2de9de17e /lisp/progmodes
parent21361d0563524f25805de4705ab6a0fe16ea3d44 (diff)
downloademacs-5a3f0e2c558d783caad6b356310217866e9cd47e.tar.gz
; Doc fix in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/c-ts-mode.el2
1 files changed, 1 insertions, 1 deletions
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."