summaryrefslogtreecommitdiff
path: root/doc/manual.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2011-07-04 12:00:00 +0000
committerrepogen <>2011-07-04 12:00:00 +0000
commitcc3a4be74122bb2c002798696730bca68d36fcc9 (patch)
tree819baa9883530ae9e805464c7d5771b5cbb9a663 /doc/manual.html
parentf6800181d1ead861262d8465110d80116e98ad6e (diff)
downloadlua-github-5.2.0-beta-rc5.tar.gz
Lua 5.2.0-beta-rc55.2.0-beta-rc5
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 25322089..5f1ec32d 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -38,7 +38,7 @@ Freely available under the terms of the
<!-- ====================================================================== -->
<p>
-<!-- $Id: manual.of,v 1.82 2011/06/28 17:17:36 roberto Exp $ -->
+<!-- $Id: manual.of,v 1.84 2011/07/04 15:58:56 roberto Exp $ -->
@@ -8152,8 +8152,8 @@ of list <code>t</code>.
<p>
Returns a new table with all parameters stored into keys 1, 2, etc.
and with a field "<code>n</code>" with the total number of parameters.
-Note that the result may not be a sequence,
-if any parameter is <b>nil</b>.
+Also returns, as a second result, the total number of parameters.
+Note that the resulting table may not be a sequence.
@@ -9995,7 +9995,7 @@ and it is easy to set up a module with regular Lua code.
</li>
<li>
-Functions <code>setfenv</code> and <code>getfenv</code> are deprecated,
+Functions <code>setfenv</code> and <code>getfenv</code> were removed,
because of the changes in environments.
</li>
@@ -10096,7 +10096,7 @@ even if it is set later.
</li>
<li>
-<code>luaL_typerror</code> was deprecated.
+<code>luaL_typerror</code> was removed.
Write your own version if you need it.
</li>
@@ -10207,7 +10207,7 @@ Here is the complete syntax of Lua in extended BNF.
<HR>
<SMALL CLASS="footer">
Last update:
-Tue Jun 28 14:51:18 BRT 2011
+Mon Jul 4 16:21:50 BRT 2011
</SMALL>
<!--
Last change: revised for Lua 5.2.0 (beta)