emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8676bec51d: ; * lisp/treesit.el (treesit--simple-imenu-1): Doc


From: Stefan Kangas
Subject: emacs-29 8676bec51d: ; * lisp/treesit.el (treesit--simple-imenu-1): Doc fix; wording.
Date: Wed, 28 Dec 2022 11:39:02 -0500 (EST)

branch: emacs-29
commit 8676bec51de7433bf54d66bc1dfd819eb4fadeb3
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/treesit.el (treesit--simple-imenu-1): Doc fix; wording.
---
 lisp/treesit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 0aab0a1261..4ee0fba79b 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -2039,7 +2039,7 @@ NODE is a node in the tree returned by
 `treesit-induce-sparse-tree' (not a tree-sitter node, its car is
 a tree-sitter node).  Walk that tree and return an Imenu index.
 
-Return a list of ENTRYs where
+Return a list of entries where each ENTRY has the form:
 
 ENTRY := (NAME . MARKER)
        | (NAME . ((\" \" . MARKER)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]