projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9df4ca
)
; * src/treesit.c (treesit_search_forward): Fix comment.
author
Yuan Fu
<casouri@gmail.com>
Wed, 26 Oct 2022 03:28:40 +0000
(20:28 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Wed, 26 Oct 2022 03:28:40 +0000
(20:28 -0700)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index 9136539b8b6b06c5b8a5cd03a927aab9dfa7b157..0f949b755427e9a68c4df6bb3aeca0293a96d74f 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-2469,7
+2469,7
@@
treesit_search_dfs (TSNode *root, Lisp_Object pred, Lisp_Object parser,
}
}
-/* Go thought the whole tree linearly
depth
first, starting from
+/* Go thought the whole tree linearly
, leaf-
first, starting from
START. PRED, PARSER, NAMED, FORWARD are the same as in
ts_search_subtre. If UP_ONLY is true, never go to children, only
sibling and parents. */