projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39265ab
)
; * doc/lispref/parsing.texi (Accessing Node Information): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Fri, 30 Dec 2022 04:54:42 +0000
(20:54 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Fri, 30 Dec 2022 08:35:14 +0000
(
00:35
-0800)
doc/lispref/parsing.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/parsing.texi
b/doc/lispref/parsing.texi
index 86b3bd54e7c672312da88cbedc0e7b6af9006032..bbe498ad9ec099c3095b408a7b811447f26222a0 100644
(file)
--- a/
doc/lispref/parsing.texi
+++ b/
doc/lispref/parsing.texi
@@
-968,7
+968,7
@@
Named nodes have ``types'' (@pxref{tree-sitter node type, node type}).
For example, a named node can be a @code{string_literal} node, where
@code{string_literal} is its type. The type of an anonymous node is
just the text that the node represents; e.g., the type of a @samp{,}
-node
480
is just @samp{,}.
+node is just @samp{,}.
This function returns @var{node}'s type as a string.
@end defun