; * lisp/treesit.el (treesit-font-lock-level): Doc fix. (Bug#80136)

This commit is contained in:
Eli Zaretskii 2026-01-05 21:39:42 +02:00
parent d55a455ec2
commit 28fe937d5d

View file

@ -1469,7 +1469,10 @@ done via `customize-variable'.
To see which syntactical categories are fontified by each level
in a particular major mode, examine the buffer-local value of the
variable `treesit-font-lock-feature-list'."
variable `treesit-font-lock-feature-list'.
Setting this variable directly with `setq' or `let' doesn't work;
use `setopt' or \\[customize-option] instead."
:type 'integer
:set #'treesit--font-lock-level-setter
:version "29.1")