projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce9e720
)
; * lisp/treesit.el (treesit-ready-p): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Fri, 4 Nov 2022 17:16:33 +0000
(10:16 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Fri, 4 Nov 2022 17:16:33 +0000
(10:16 -0700)
lisp/treesit.el
patch
|
blob
|
history
diff --git
a/lisp/treesit.el
b/lisp/treesit.el
index 8da32ad9c5f5d8094f3dabf75ae45970499ada9e..3a1e010166d9d1e15e49177a999c1fd97f96551f 100644
(file)
--- 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