aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of8
1 files changed, 3 insertions, 5 deletions
diff --git a/manual/manual.of b/manual/manual.of
index eb4e671d..4c9c20b2 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -6326,12 +6326,10 @@ The current value of this variable is @St{Lua 5.4}.
6326 6326
6327} 6327}
6328 6328
6329@LibEntry{warn (message [, tocont])| 6329@LibEntry{warn (msg1, @Cdots)|
6330 6330
6331Emits a warning with the given message. 6331Emits a warning with a message composed by the concatenation
6332A message in a call with @id{tocont} true should be 6332of all its arguments (which should be strings).
6333continued in another call to this function.
6334The default for @id{tocont} is false.
6335 6333
6336} 6334}
6337 6335