From 1a1f83c73079fca4a78a35ba6bcb9f4380365886 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 26 Apr 2026 21:01:45 +0300 Subject: [PATCH] ; * lisp/treesit.el (treesit-ready-p): Doc fix (bug#80909). --- lisp/treesit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 737f5545a16..6ede1a1da13 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -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.