projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b584569
)
; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.
author
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 02:23:21 +0000
(19:23 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 04:11:30 +0000
(21:11 -0700)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index 625a7932ae95b7759d3af070a97296dfacbe2a56..51261c34a265a998916d96a762c29e77754935c3 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-1147,7
+1147,7
@@
DEFUN ("treesit-node-field-name-for-child",
Streesit_node_field_name_for_child, 2, 2, 0,
doc: /* Return the field name of the Nth child of NODE.
-Return nil if
there isn'
t any child or no field is found.
+Return nil if
no
t any child or no field is found.
If NODE is nil, return nil. */)
(Lisp_Object node, Lisp_Object n)
{