diff options
Diffstat (limited to 'server/locale/en-US/libs/@lua/basic.lni')
-rw-r--r-- | server/locale/en-US/libs/@lua/basic.lni | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/server/locale/en-US/libs/@lua/basic.lni b/server/locale/en-US/libs/@lua/basic.lni index ccd1f05d..7dbf8d60 100644 --- a/server/locale/en-US/libs/@lua/basic.lni +++ b/server/locale/en-US/libs/@lua/basic.lni @@ -216,12 +216,7 @@ description = 'Running Lua version.' description = 'Running Lua version.' [warn] -description = [[ -Emits a warning with the given message. -A message in a call with `tocont` true should be -continued in another call to this function. -The default for `tocont` is false. -]] +description = 'Emits a warning with a message composed by the concatenation of all its arguments (which should be strings).' [xpcall] description = 'Calls function `f` with the given arguments in protected mode with a new message handler.' |