mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * lisp/treesit.el (treesit-ready-p): Doc fix (bug#80909).
This commit is contained in:
parent
4bd5608513
commit
1a1f83c730
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue