From a5a047a07f2d4f98fc67b40eb1f1a1d711905381 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 10 Nov 2022 12:45:14 +0100 Subject: [PATCH] ; * lisp/treesit.el (treesit-font-lock-rules): Improve docstring --- lisp/treesit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 4e3a691e699..1c61b1efebf 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -587,8 +587,8 @@ to QUERY. For example, \"(script_element) @font-lock-builtin-face\") For each QUERY, a :language keyword and a :feature keyword is -required. Each query's :feature is a symbol summarizing what does -the query fontify. It is used to allow users to enable/disable +required. Each query's :feature is a symbol summarizing what the +query fontifies. It is used to allow users to enable/disable certain features. See `treesit-font-lock-kind-list' for more. Other keywords include: -- 2.39.5