diff options
| author | Yuan Fu | 2022-12-29 20:54:42 -0800 |
|---|---|---|
| committer | Yuan Fu | 2022-12-30 00:35:14 -0800 |
| commit | dec1b37a32b5ea4102cc5dcd803ac73774f2574c (patch) | |
| tree | bea530c4803c599815c1474ffb5de772f368c565 | |
| parent | 39265abf0ccdfa9a91dbe42f1e0a26e64cd50835 (diff) | |
| download | emacs-dec1b37a32b5ea4102cc5dcd803ac73774f2574c.tar.gz emacs-dec1b37a32b5ea4102cc5dcd803ac73774f2574c.zip | |
; * doc/lispref/parsing.texi (Accessing Node Information): Fix typo.
| -rw-r--r-- | doc/lispref/parsing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 86b3bd54e7c..bbe498ad9ec 100644 --- 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}). | |||
| 968 | For example, a named node can be a @code{string_literal} node, where | 968 | For example, a named node can be a @code{string_literal} node, where |
| 969 | @code{string_literal} is its type. The type of an anonymous node is | 969 | @code{string_literal} is its type. The type of an anonymous node is |
| 970 | just the text that the node represents; e.g., the type of a @samp{,} | 970 | just the text that the node represents; e.g., the type of a @samp{,} |
| 971 | node 480is just @samp{,}. | 971 | node is just @samp{,}. |
| 972 | 972 | ||
| 973 | This function returns @var{node}'s type as a string. | 973 | This function returns @var{node}'s type as a string. |
| 974 | @end defun | 974 | @end defun |