aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodor Thornhill2024-07-21 12:51:42 +0200
committerTheodor Thornhill2024-07-21 12:51:42 +0200
commitcdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0 (patch)
tree9ed2974bbc21cdb71ded60e917bf28410632d90b
parent5c08fd80d27c61512d1f3f5cf9c38e2d5c3a5c18 (diff)
downloademacs-cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0.tar.gz
emacs-cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0.zip
; Fix typo
* lisp/treesit.el (treesit-ready-p): Minor typo fix.
-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))