summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-16 09:51:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-16 09:51:54 -0300
commitca13be9af784b7288d3a07d9b5bccb329086e885 (patch)
treec027419f98064d681518a4130439920a13a11b06 /manual
parenta1d8eb27431c02c4529be1efd92143ad65434f3a (diff)
downloadlua-github-ca13be9af784b7288d3a07d9b5bccb329086e885.tar.gz
Supressed errors in '__close' generate warnings
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 8c71c613..bb6ae884 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -1556,7 +1556,7 @@ However, Lua may call the method one more time.
After an error,
the other pending closing methods will still be called.
Errors in these methods
-interrupt the respective method,
+interrupt the respective method and generate a warning,
but are otherwise ignored;
the error reported is only the original one.