projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab44c8a
)
; Minor grammar fix in treesit manual.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 4 May 2023 10:16:57 +0000
(12:16 +0200)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 4 May 2023 10:16:57 +0000
(12:16 +0200)
doc/lispref/modes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/modes.texi
b/doc/lispref/modes.texi
index deaed31aed0c75c89ed8cfaa797431ee29d745ce..00298d88f438fb623470af61c9ad19f6937c3d50 100644
(file)
--- a/
doc/lispref/modes.texi
+++ b/
doc/lispref/modes.texi
@@
-4154,7
+4154,7
@@
Other keywords are optional:
@end multitable
Lisp programs mark patterns in @var{query} with capture names (names
-that start
s
with @code{@@}), and tree-sitter will return matched nodes
+that start with @code{@@}), and tree-sitter will return matched nodes
tagged with those same capture names. For the purpose of
fontification, capture names in @var{query} should be face names like
@code{font-lock-keyword-face}. The captured node will be fontified