From 95808399d6b7982f0c8acc08a72f2a108295acab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii <eliz@gnu.org> Date: Tue, 11 Mar 2025 13:45:52 +0200 Subject: [PATCH] ; * lisp/treesit.el (treesit-local-parsers-on): Doc fix. (cherry picked from commit 982aeaf8a104fe4314a37237f70cad41ef6a7348) --- lisp/treesit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index e9ea56f75e2..5e21ab82ddb 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -876,7 +876,7 @@ PARSER." (nreverse res))) (defun treesit-local-parsers-on (&optional beg end language with-host) - "Return all the local parsers that covers the region between BEG and END. + "Return the list of local parsers that cover the region between BEG and END. BEG and END default to the beginning and end of the buffer's accessible portion. -- 2.39.5