[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 5a3f0e2c558: ; Doc fix in c-ts-mode.el
From: |
Eli Zaretskii |
Subject: |
emacs-29 5a3f0e2c558: ; Doc fix in c-ts-mode.el |
Date: |
Sun, 30 Apr 2023 01:21:39 -0400 (EDT) |
branch: emacs-29
commit 5a3f0e2c558d783caad6b356310217866e9cd47e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; Doc fix in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail):
Doc fix.
---
lisp/progmodes/c-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 5a3f0e2c558: ; Doc fix in c-ts-mode.el,
Eli Zaretskii <=