; * lisp/treesit.el (treesit--syntax-propertize-start): Fix doc.

This commit is contained in:
Yuan Fu 2024-06-24 19:27:54 -07:00
parent e4e1d0cd07
commit 2ba39a30bf
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -1396,9 +1396,8 @@ non-nil, print debugging information."
"If non-nil, next `syntax-propertize' should start at this position.
When tree-sitter parser reparses, it calls
`treesit--syntax-propertize-notifier' with the affected region,
and that function sets this variable to the start of the affected
region.")
`treesit--font-lock-mark-ranges-to-fontify' with the changed ranges, and
that function sets this variable to the start of the changed ranges.")
(defvar-local treesit--pre-redisplay-tick nil
"The last `buffer-chars-modified-tick' that we've processed.