From: Eli Zaretskii Date: Tue, 11 Mar 2025 11:45:52 +0000 (+0200) Subject: ; * lisp/treesit.el (treesit-local-parsers-on): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95808399d6b7982f0c8acc08a72f2a108295acab;p=emacs.git ; * lisp/treesit.el (treesit-local-parsers-on): Doc fix. (cherry picked from commit 982aeaf8a104fe4314a37237f70cad41ef6a7348) --- 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.