projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21361d0
)
; Doc fix in c-ts-mode.el
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 30 Apr 2023 05:21:38 +0000
(08:21 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 30 Apr 2023 05:21:38 +0000
(08:21 +0300)
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-for-each-tail):
Doc fix.
lisp/progmodes/c-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-ts-mode.el
b/lisp/progmodes/c-ts-mode.el
index 761a87c5a78aa565daab215c76f08b4ecfa231f8..0fa53e06962e78c5d1a4d1a3dc376eac8de5f043 100644
(file)
--- 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."