aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuan Fu2022-09-24 19:23:21 -0700
committerYuan Fu2022-09-24 21:11:30 -0700
commit17422c2cfcbf1670ba4dbe3ecdf3c5ff719201cc (patch)
treecb5b20486c2f5e8861addcaa2e8c03f404b7688c /src
parentb584569014abb1fe9f59decd86ea097a189d9bb5 (diff)
downloademacs-17422c2cfcbf1670ba4dbe3ecdf3c5ff719201cc.tar.gz
emacs-17422c2cfcbf1670ba4dbe3ecdf3c5ff719201cc.zip
; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.
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 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{