diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-05-04 12:16:57 +0200 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2023-05-04 12:16:57 +0200 |
commit | b42ccb2e5c133070c03ba8691ed8a0c6807b0da9 (patch) | |
tree | ab200313a4eb58f992fab43c3ed8ee4bd1d4b867 /doc/lispref/modes.texi | |
parent | ab44c8a6f9d7926a00dd1dfe49fa8ae07b5e7030 (diff) | |
download | emacs-b42ccb2e5c133070c03ba8691ed8a0c6807b0da9.tar.gz emacs-b42ccb2e5c133070c03ba8691ed8a0c6807b0da9.tar.bz2 emacs-b42ccb2e5c133070c03ba8691ed8a0c6807b0da9.zip |
; Minor grammar fix in treesit manual.
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r-- | doc/lispref/modes.texi | 2 |
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 |