From: Yuan Fu Date: Sun, 23 Oct 2022 23:45:54 +0000 (-0700) Subject: ; * lisp/treesit.el (treesit-range-functions): Fix typo. X-Git-Tag: emacs-29.0.90~1798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e45d8dbeea488ac14fe486e5582266980d29e82c;p=emacs.git ; * lisp/treesit.el (treesit-range-functions): Fix typo. --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 5381cccc8e0..17c9d3e8b9f 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -260,7 +260,7 @@ captured node. Capture names don't matter." (defvar-local treesit-range-functions nil "A list of range functions. -Font-locking and indenting code uses functions in this alist to +Font-locking and indenting code uses functions in this list to set correct ranges for a language parser before using it. The signature of each function should be