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:
parent
b584569014
commit
17422c2cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue