; * lisp/treesit.el (treesit-ready-p): Doc fix (bug#80909).

This commit is contained in:
Eli Zaretskii 2026-04-26 21:01:45 +03:00
parent 4bd5608513
commit 1a1f83c730

View file

@ -4548,7 +4548,7 @@ as belonging to the node that ends before POS (by subtracting 1 from POS)."
;;; Activating tree-sitter
(defun treesit-ready-p (language &optional quiet)
"Check whether tree-sitter is ready to be used for MODE and LANGUAGE.
"Check whether tree-sitter is ready to be used for LANGUAGE.
LANGUAGE is the language symbol to check for availability.
It can also be a list of language symbols.