emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 dec1b37a32 1/2: ; * doc/lispref/parsing.texi (Accessing Node In


From: Yuan Fu
Subject: emacs-29 dec1b37a32 1/2: ; * doc/lispref/parsing.texi (Accessing Node Information): Fix typo.
Date: Fri, 30 Dec 2022 03:37:34 -0500 (EST)

branch: emacs-29
commit dec1b37a32b5ea4102cc5dcd803ac73774f2574c
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * doc/lispref/parsing.texi (Accessing Node Information): Fix typo.
---
 doc/lispref/parsing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index 86b3bd54e7..bbe498ad9e 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}).
 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 480is just @samp{,}.
+node is just @samp{,}.
 
 This function returns @var{node}'s type as a string.
 @end defun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]