aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-08-01 18:25:15 +0300
committerEli Zaretskii2024-08-01 18:25:15 +0300
commitc64d65383688679711efbf0fdbd5a259ef3abbde (patch)
treea049a340b8230a6d0b1ca9e0448791861a32e2f3
parentef5466c267542970f28548c820783f3257c1b0cf (diff)
downloademacs-c64d65383688679711efbf0fdbd5a259ef3abbde.tar.gz
emacs-c64d65383688679711efbf0fdbd5a259ef3abbde.zip
; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).
-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))