aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/treesit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/treesit.el b/lisp/treesit.el
index 42215333699..c91864725da 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -2977,7 +2977,7 @@ instead of emitting a warning."
2977 (catch 'term 2977 (catch 'term
2978 (when (not (treesit-available-p)) 2978 (when (not (treesit-available-p))
2979 (setq msg (if (fboundp 'treesit-node-p) 2979 (setq msg (if (fboundp 'treesit-node-p)
2980 ;; Windows loads tree-sitter dynakically. 2980 ;; Windows loads tree-sitter dynamically.
2981 "tree-sitter library is not available or failed to load" 2981 "tree-sitter library is not available or failed to load"
2982 "Emacs is not compiled with tree-sitter library")) 2982 "Emacs is not compiled with tree-sitter library"))
2983 (throw 'term nil)) 2983 (throw 'term nil))