diff options
| author | Stefan Kangas | 2022-12-28 17:37:46 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-28 17:38:20 +0100 |
| commit | 8676bec51de7433bf54d66bc1dfd819eb4fadeb3 (patch) | |
| tree | 1dd72e52d05f542d3a772792735c23770b3a769f | |
| parent | 2ddc480f4417775d6bf8ebcfc27b8cd7fa761a7d (diff) | |
| download | emacs-8676bec51de7433bf54d66bc1dfd819eb4fadeb3.tar.gz emacs-8676bec51de7433bf54d66bc1dfd819eb4fadeb3.zip | |
; * lisp/treesit.el (treesit--simple-imenu-1): Doc fix; wording.
| -rw-r--r-- | lisp/treesit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/treesit.el b/lisp/treesit.el index 0aab0a12614..4ee0fba79b7 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el | |||
| @@ -2039,7 +2039,7 @@ NODE is a node in the tree returned by | |||
| 2039 | `treesit-induce-sparse-tree' (not a tree-sitter node, its car is | 2039 | `treesit-induce-sparse-tree' (not a tree-sitter node, its car is |
| 2040 | a tree-sitter node). Walk that tree and return an Imenu index. | 2040 | a tree-sitter node). Walk that tree and return an Imenu index. |
| 2041 | 2041 | ||
| 2042 | Return a list of ENTRYs where | 2042 | Return a list of entries where each ENTRY has the form: |
| 2043 | 2043 | ||
| 2044 | ENTRY := (NAME . MARKER) | 2044 | ENTRY := (NAME . MARKER) |
| 2045 | | (NAME . ((\" \" . MARKER) | 2045 | | (NAME . ((\" \" . MARKER) |