Skip to content

Commit 8fa6108

Browse files
committed
docs: regenerate [skip ci]
1 parent 029baf9 commit 8fa6108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/doc/api.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,9 +3247,9 @@ nvim_del_augroup_by_id({id}) *nvim_del_augroup_by_id()*
32473247

32483248
To get a group id one can use |nvim_get_autocmds()|.
32493249

3250-
NOTE: behavior differs from |augroup-delete|. When deleting a
3251-
group, autocommands contained in this group will also be
3252-
deleted and cleared. This group will no longer exist.
3250+
NOTE: behavior really differs from |augroup-delete|. When
3251+
deleting a group, autocommands contained in this group will
3252+
also be deleted and cleared. This group will no longer exist.
32533253

32543254
Parameters: ~
32553255
{id} Integer The id of the group.
@@ -3342,7 +3342,7 @@ nvim_get_autocmds({*opts}) *nvim_get_autocmds()*
33423342
• group (integer): the autocommand group id.
33433343
• desc (string): the autocommand description.
33443344
• event (string): the autocommand event.
3345-
• command (string): the autocommand command.
3345+
the command (string): the autocommand command.
33463346
• once (boolean): whether the autocommand is only run
33473347
once.
33483348
• pattern (string): the autocommand pattern. If the

0 commit comments

Comments
 (0)