emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter e45d8dbeea 1/7: ; * lisp/treesit.el (treesit-range-f


From: Yuan Fu
Subject: feature/tree-sitter e45d8dbeea 1/7: ; * lisp/treesit.el (treesit-range-functions): Fix typo.
Date: Sun, 23 Oct 2022 22:07:03 -0400 (EDT)

branch: feature/tree-sitter
commit e45d8dbeea488ac14fe486e5582266980d29e82c
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/treesit.el (treesit-range-functions): Fix typo.
---
 lisp/treesit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 5381cccc8e..17c9d3e8b9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]