summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of11
1 files changed, 11 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 4d1794fc..9c275d15 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -9116,6 +9116,17 @@ of the function @Lid{collectgarbage} are deprecated.
9116You should use the new option @St{incremental} to set them. 9116You should use the new option @St{incremental} to set them.
9117} 9117}
9118 9118
9119@item{
9120The function @Lid{io.lines} now returns four values,
9121instead of just one.
9122That can be a problem when it is used as the sole
9123argument to another function that has optional parameters,
9124such as in @T{load(io.lines(filename, "L"))}.
9125To fix that issue,
9126you can wrap the call into parentheses,
9127to adjust its number of results to one.
9128}
9129
9119} 9130}
9120 9131
9121} 9132}