1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Fix typo

* lisp/treesit.el (treesit-ready-p): Minor typo fix.
This commit is contained in:
Theodor Thornhill 2024-07-21 12:51:42 +02:00
parent 5c08fd80d2
commit cdca1ba2e9
No known key found for this signature in database
GPG key ID: 2B8CF6039F079DA3

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))