diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-04-30 08:21:38 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-04-30 08:21:38 +0300 |
commit | 5a3f0e2c558d783caad6b356310217866e9cd47e (patch) | |
tree | ecc53f8f2131ed3de2974ec0ad4043d2de9de17e | |
parent | 21361d0563524f25805de4705ab6a0fe16ea3d44 (diff) | |
download | emacs-5a3f0e2c558d783caad6b356310217866e9cd47e.tar.gz emacs-5a3f0e2c558d783caad6b356310217866e9cd47e.tar.bz2 emacs-5a3f0e2c558d783caad6b356310217866e9cd47e.zip |
; Doc fix in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail):
Doc fix.
-rw-r--r-- | lisp/progmodes/c-ts-mode.el | 2 |
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." |