Spaces + added initialization to the documentation of global
declarations.
This commit is contained in:
Roberto Ierusalimschy
2026-02-10 16:41:02 -03:00
parent b60e2bcd7c
commit 7c40c5edb2
2 changed files with 10 additions and 10 deletions

View File

@@ -9743,7 +9743,7 @@ and @bnfNter{LiteralString}, see @See{lexical}.)
@OrNL @Rw{local} @Rw{function} @bnfNter{Name} funcbody
@OrNL @Rw{global} @Rw{function} @bnfNter{Name} funcbody
@OrNL @Rw{local} attnamelist @bnfopt{@bnfter{=} explist}
@OrNL @Rw{global} attnamelist
@OrNL @Rw{global} attnamelist @bnfopt{@bnfter{=} explist}
@OrNL @Rw{global} @bnfopt{attrib} @bnfter{*}
}