emacs-diffs
[Top][All Lists]
Advanced

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

feature/tree-sitter c924b6afb6 14/14: ; * lisp/treesit.el (treesit-ready


From: Yuan Fu
Subject: feature/tree-sitter c924b6afb6 14/14: ; * lisp/treesit.el (treesit-ready-p): Fix typo.
Date: Fri, 4 Nov 2022 13:19:10 -0400 (EDT)

branch: feature/tree-sitter
commit c924b6afb6810d6b9585092fc5693e3c9efcd1cf
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

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

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 8da32ad9c5..3a1e010166 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -1440,7 +1440,7 @@ instead of emitting warning.
 If MODE is nil, don't check for user setting and assume the
 setting is t.
 
-LANGUAGE is the language symbol we want check for availability.
+LANGUAGE is the language symbol we want to check for availability.
 It can also be a list of language symbols."
   (let ((language-list (if (consp language)
                            language



reply via email to

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