summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2023-05-04 12:16:57 +0200
committerBasil L. Contovounesios <contovob@tcd.ie>2023-05-04 12:16:57 +0200
commitb42ccb2e5c133070c03ba8691ed8a0c6807b0da9 (patch)
treeab200313a4eb58f992fab43c3ed8ee4bd1d4b867 /doc
parentab44c8a6f9d7926a00dd1dfe49fa8ae07b5e7030 (diff)
downloademacs-b42ccb2e5c133070c03ba8691ed8a0c6807b0da9.tar.gz
; Minor grammar fix in treesit manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index deaed31aed0..00298d88f43 100644
--- 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 starts 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