]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/treesit.el (treesit-local-parsers-on): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Mar 2025 11:45:52 +0000 (13:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:59:35 +0000 (19:59 +0100)
(cherry picked from commit 982aeaf8a104fe4314a37237f70cad41ef6a7348)

lisp/treesit.el

index e9ea56f75e20affd06f8e92bf5e7b3e269465986..5e21ab82ddb5b6478e8eb2b922b134b703980818 100644 (file)
@@ -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.