From: Eli Zaretskii Date: Thu, 1 Aug 2024 15:25:15 +0000 (+0300) Subject: ; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~605 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c64d65383688679711efbf0fdbd5a259ef3abbde;p=emacs.git ; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411). --- 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." (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))