diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-02-10 16:41:02 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-02-10 16:41:02 -0300 |
| commit | 7c40c5edb2364745bf0add6feb02c7c90dfbae3e (patch) | |
| tree | 6ec6dbfafb99710608f13ecb3c9035a89fb4d044 /manual | |
| parent | b60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87 (diff) | |
| download | lua-7c40c5edb2364745bf0add6feb02c7c90dfbae3e.tar.gz lua-7c40c5edb2364745bf0add6feb02c7c90dfbae3e.tar.bz2 lua-7c40c5edb2364745bf0add6feb02c7c90dfbae3e.zip | |
Details
Spaces + added initialization to the documentation of global
declarations.
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/manual.of | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of index 893592da..18c187f4 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
| @@ -9743,7 +9743,7 @@ and @bnfNter{LiteralString}, see @See{lexical}.) | |||
| 9743 | @OrNL @Rw{local} @Rw{function} @bnfNter{Name} funcbody | 9743 | @OrNL @Rw{local} @Rw{function} @bnfNter{Name} funcbody |
| 9744 | @OrNL @Rw{global} @Rw{function} @bnfNter{Name} funcbody | 9744 | @OrNL @Rw{global} @Rw{function} @bnfNter{Name} funcbody |
| 9745 | @OrNL @Rw{local} attnamelist @bnfopt{@bnfter{=} explist} | 9745 | @OrNL @Rw{local} attnamelist @bnfopt{@bnfter{=} explist} |
| 9746 | @OrNL @Rw{global} attnamelist | 9746 | @OrNL @Rw{global} attnamelist @bnfopt{@bnfter{=} explist} |
| 9747 | @OrNL @Rw{global} @bnfopt{attrib} @bnfter{*} | 9747 | @OrNL @Rw{global} @bnfopt{attrib} @bnfter{*} |
| 9748 | } | 9748 | } |
| 9749 | 9749 | ||
