[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 b42ccb2e5c1: ; Minor grammar fix in treesit manual.
From: |
Basil L. Contovounesios |
Subject: |
emacs-29 b42ccb2e5c1: ; Minor grammar fix in treesit manual. |
Date: |
Thu, 4 May 2023 06:38:05 -0400 (EDT) |
branch: emacs-29
commit b42ccb2e5c133070c03ba8691ed8a0c6807b0da9
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>
; Minor grammar fix in treesit manual.
---
doc/lispref/modes.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 b42ccb2e5c1: ; Minor grammar fix in treesit manual.,
Basil L. Contovounesios <=