emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 c64d6538368: ; * lisp/treesit.el (treesit-ready-p): Fix typo (b


From: Eli Zaretskii
Subject: emacs-30 c64d6538368: ; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).
Date: Thu, 1 Aug 2024 11:25:53 -0400 (EDT)

branch: emacs-30
commit c64d65383688679711efbf0fdbd5a259ef3abbde
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/treesit.el (treesit-ready-p): Fix typo (bug#72411).
---
 lisp/treesit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]