1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).

This commit is contained in:
Eli Zaretskii 2024-08-01 18:25:15 +03:00
parent ef5466c267
commit c64d653836

View File

@ -2977,7 +2977,7 @@ instead of emitting a warning."
(catch 'term
(when (not (treesit-available-p))
(setq msg (if (fboundp 'treesit-node-p)
;; Windows loads tree-sitter dynakically.
;; Windows loads tree-sitter dynamically.
"tree-sitter library is not available or failed to load"
"Emacs is not compiled with tree-sitter library"))
(throw 'term nil))