aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-02-10 16:41:02 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-02-10 16:41:02 -0300
commit7c40c5edb2364745bf0add6feb02c7c90dfbae3e (patch)
tree6ec6dbfafb99710608f13ecb3c9035a89fb4d044 /manual
parentb60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87 (diff)
downloadlua-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.of2
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