From: Basil L. Contovounesios Date: Thu, 4 May 2023 10:16:57 +0000 (+0200) Subject: ; Minor grammar fix in treesit manual. X-Git-Tag: emacs-29.0.91~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b42ccb2e5c133070c03ba8691ed8a0c6807b0da9;p=emacs.git ; Minor grammar fix in treesit manual. --- 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