]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor grammar fix in treesit manual.
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 May 2023 10:16:57 +0000 (12:16 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 May 2023 10:16:57 +0000 (12:16 +0200)
doc/lispref/modes.texi

index deaed31aed0c75c89ed8cfaa797431ee29d745ce..00298d88f438fb623470af61c9ad19f6937c3d50 100644 (file)
@@ -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