Skip to content

Commit 029baf9

Browse files
committed
docs: more stuff test
1 parent 29080d9 commit 029baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nvim/api/autocmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ Integer nvim_create_augroup(uint64_t channel_id, String name, Dict(create_augrou
659659
///
660660
/// To get a group id one can use |nvim_get_autocmds()|.
661661
///
662-
/// NOTE: behavior differs from |augroup-delete|. When deleting a group, autocommands contained in
662+
/// NOTE: behavior really differs from |augroup-delete|. When deleting a group, autocommands contained in
663663
/// this group will also be deleted and cleared. This group will no longer exist.
664664
/// @param id Integer The id of the group.
665665
/// @see |nvim_del_augroup_by_name()|

0 commit comments

Comments
 (0)