aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 89069281..e7040b2b 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -3102,6 +3102,9 @@ Close the to-be-closed slot at the given index and set its value to @nil.
3102The index must be the last index previously marked to be closed 3102The index must be the last index previously marked to be closed
3103@see{lua_toclose} that is still active (that is, not closed yet). 3103@see{lua_toclose} that is still active (that is, not closed yet).
3104 3104
3105A @Lid{__close} metamethod cannot yield
3106when called through this function.
3107
3105(Exceptionally, this function was introduced in release 5.4.3. 3108(Exceptionally, this function was introduced in release 5.4.3.
3106It is not present in previous 5.4 releases.) 3109It is not present in previous 5.4 releases.)
3107 3110