aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/treesit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treesit.c b/src/treesit.c
index 625a7932ae9..51261c34a26 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -1147,7 +1147,7 @@ DEFUN ("treesit-node-field-name-for-child",
1147 Streesit_node_field_name_for_child, 2, 2, 0, 1147 Streesit_node_field_name_for_child, 2, 2, 0,
1148 doc: /* Return the field name of the Nth child of NODE. 1148 doc: /* Return the field name of the Nth child of NODE.
1149 1149
1150Return nil if there isn't any child or no field is found. 1150Return nil if not any child or no field is found.
1151If NODE is nil, return nil. */) 1151If NODE is nil, return nil. */)
1152 (Lisp_Object node, Lisp_Object n) 1152 (Lisp_Object node, Lisp_Object n)
1153{ 1153{