summaryrefslogtreecommitdiff
path: root/doc/manual.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-06-05 12:00:00 +0000
committerrepogen <>2006-06-05 12:00:00 +0000
commitfc48fbdd7b265a381002c76dcf79584b919104a0 (patch)
tree0fa484162d99677514d6cf8d80f8f32d9bd23770 /doc/manual.html
parent2ccf5a6aa54605d1b4f6a4a6e3b83625780e2cb3 (diff)
downloadlua-github-5.1.1-rc3.tar.gz
Lua 5.1.1-rc35.1.1-rc3
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/manual.html b/doc/manual.html
index f2de7131..16fbb36e 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -7905,7 +7905,7 @@ then <code>getinfo</code> returns <b>nil</b>.
<p>
-The returned table my contain all the fields returned by <a href="#lua_getinfo"><code>lua_getinfo</code></a>,
+The returned table may contain all the fields returned by <a href="#lua_getinfo"><code>lua_getinfo</code></a>,
with the string <code>what</code> describing which fields to fill in.
The default for <code>what</code> is to get all information available,
except the table of valid lines.
@@ -8370,9 +8370,7 @@ is not a userdata of the expected type.
<p>
Here is the complete syntax of Lua in extended BNF.
-It does not describe operator priorities or some syntactical restrictions,
-such as <b>return</b> and <b>break</b> statements
-can only appear as the <em>last</em> statement of a block.
+(It does not describe operator precedences.)
@@ -8448,8 +8446,11 @@ can only appear as the <em>last</em> statement of a block.
<HR>
<SMALL>
Last update:
-Fri Jun 2 14:33:44 BRT 2006
+Mon Jun 5 17:05:27 BRT 2006
</SMALL>
+<!--
+Last change: ready for Lua 5.1.1
+-->
</body></html>