From f3cfd5bf2b11ba207c71344243892645157900b7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 1 Apr 2022 13:55:44 -0300 Subject: Details Comments + manual + identation + asserts about stack limits that were not allowing the use of the full stack --- manual/manual.of | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/manual.of b/manual/manual.of index 15f207fa..bd648c6c 100644 --- a/manual/manual.of +++ b/manual/manual.of @@ -3981,6 +3981,7 @@ Also @N{returns 0} if any of the indices are not valid. Similar to @Lid{lua_gettable}, but does a raw access (i.e., without metamethods). +The value at @id{index} must be a table. } @@ -4027,6 +4028,7 @@ For other values, this call @N{returns 0}. Similar to @Lid{lua_settable}, but does a raw assignment (i.e., without metamethods). +The value at @id{index} must be a table. } @@ -7280,7 +7282,7 @@ according to the format string @id{fmt} @see{pack}. @LibEntry{string.packsize (fmt)| -Returns the size of a string resulting from @Lid{string.pack} +Returns the length of a string resulting from @Lid{string.pack} with the given format. The format string cannot have the variable-length options @Char{s} or @Char{z} @see{pack}. -- cgit v1.2.3-55-g6feb