From c924b6afb6810d6b9585092fc5693e3c9efcd1cf Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Fri, 4 Nov 2022 10:16:33 -0700 Subject: [PATCH] ; * 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 8da32ad9c5f..3a1e010166d 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 -- 2.39.5