projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c514788
)
; Minor tree-sitter manual fix
author
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 02:20:59 +0000
(19:20 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 04:11:29 +0000
(21:11 -0700)
* doc/lispref/parsing.texi (Retrieving Node): Remove the quote.
doc/lispref/parsing.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/parsing.texi
b/doc/lispref/parsing.texi
index ac156d9996d1d8806f955a423ed5b1f0e4f50985..a83ad202810ff43847278875e51294720a026512 100644
(file)
--- a/
doc/lispref/parsing.texi
+++ b/
doc/lispref/parsing.texi
@@
-617,7
+617,7
@@
This function finds children of @var{node} that satisfies @var{pred}.
Function @var{pred} takes the child node as the argument and should
return non-nil to indicated keeping the child. If @var{named}
-non-nil, this function only searches for named nodes.
"
+non-nil, this function only searches for named nodes.
@end defun
@defun treesit-parent-until node pred