diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 3 |
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. | |||
3102 | The index must be the last index previously marked to be closed | 3102 | The 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 | ||
3105 | A @Lid{__close} metamethod cannot yield | ||
3106 | when 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. |
3106 | It is not present in previous 5.4 releases.) | 3109 | It is not present in previous 5.4 releases.) |
3107 | 3110 | ||