diff options
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.html b/doc/manual.html index 251d4dce..85365363 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -33,7 +33,7 @@ Freely available under the terms of the <!-- ====================================================================== --> <p> -<!-- $Id: manual.of,v 1.102 2013/03/07 18:25:28 roberto Exp $ --> +<!-- $Id: manual.of,v 1.103 2013/03/14 18:51:56 roberto Exp $ --> @@ -8417,7 +8417,7 @@ When <code>pos</code> is an integer between 1 and <code>#list</code>, it shifts down the elements <code>list[pos+1], list[pos+2], ···, list[#list]</code> and erases element <code>list[#list]</code>; -The index <code>pos</code> can also be 0, when <code>#list</code> is 0, +The index <code>pos</code> can also be 0 when <code>#list</code> is 0, or <code>#list + 1</code>; in those cases, the function erases the element <code>list[pos]</code>. @@ -10497,7 +10497,7 @@ Here is the complete syntax of Lua in extended BNF. <HR> <SMALL CLASS="footer"> Last update: -Thu Mar 7 15:36:34 BRT 2013 +Thu Mar 21 12:58:59 BRT 2013 </SMALL> <!-- Last change: revised for Lua 5.2.2 |