1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00

; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.

This commit is contained in:
Yuan Fu 2022-09-24 19:23:21 -07:00
parent b584569014
commit 17422c2cfc
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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 not any child or no field is found.
If NODE is nil, return nil. */)
(Lisp_Object node, Lisp_Object n)
{