aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/treesit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treesit.c b/src/treesit.c
index 7c8c655f561..3ae55d77a91 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -2137,7 +2137,7 @@ nil. If NODE is nil, return nil. */)
2137DEFUN ("treesit-node-child-by-field-name", 2137DEFUN ("treesit-node-child-by-field-name",
2138 Ftreesit_node_child_by_field_name, 2138 Ftreesit_node_child_by_field_name,
2139 Streesit_node_child_by_field_name, 2, 2, 0, 2139 Streesit_node_child_by_field_name, 2, 2, 0,
2140 doc: /* Return the child of NODE with FIELD-NAME. 2140 doc: /* Return the child of NODE with FIELD-NAME (a string).
2141Return nil if there is no such child. If NODE is nil, return nil. */) 2141Return nil if there is no such child. If NODE is nil, return nil. */)
2142 (Lisp_Object node, Lisp_Object field_name) 2142 (Lisp_Object node, Lisp_Object field_name)
2143{ 2143{