]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in treesit.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 18 Jul 2024 07:43:55 +0000 (09:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:29:15 +0000 (12:29 +0200)
* lisp/treesit.el (treesit-add-font-lock-rules)
(treesit--font-lock-mark-ranges-to-fontify): Checkdoc fixes.

(cherry picked from commit 9889774c62e7430bce7f9a241ebe529ea00f2362)

lisp/treesit.el

index b9661f53601bfdce5791a5054d0961d9eba4e247..42215333699dfce127d63b364b36be5d8f99da3b 100644 (file)
@@ -1122,7 +1122,7 @@ and leave settings for other languages unchanged."
                        (t current-value))))))
 
 (defun treesit-add-font-lock-rules (rules &optional how feature)
-  "Add font-lock RULES to the current buffer
+  "Add font-lock RULES to the current buffer.
 
 RULES should be the return value of `treesit-font-lock-rules'.  RULES
 will be enabled and added to `treesit-font-lock-settings'.
@@ -1413,7 +1413,8 @@ For RANGES and PARSER see `treesit-parser-add-notifier'.
 After the parser reparses, we get the changed ranges, and
 1) update non-primary parsers' ranges in the changed ranges
 2) mark these ranges as to-be-fontified,
-3) tell syntax-ppss to start reparsing from the min point of the ranges.
+3) tell `syntax-ppss' to start reparsing from the min point of the
+   ranges.
 
 We need to mark to-be-fontified ranges before redisplay starts working,
 because sometimes the range edited by the user is not the only range