diff options
Diffstat (limited to 'server/locale/en-US/libs')
-rw-r--r-- | server/locale/en-US/libs/lua/coroutine.lni | 3 | ||||
-rw-r--r-- | server/locale/en-US/libs/lua/package.lni | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/server/locale/en-US/libs/lua/coroutine.lni b/server/locale/en-US/libs/lua/coroutine.lni index ec06f21d..3859ad4e 100644 --- a/server/locale/en-US/libs/lua/coroutine.lni +++ b/server/locale/en-US/libs/lua/coroutine.lni @@ -5,8 +5,7 @@ description = 'Creates a new coroutine.' description = 'Returns true when the running coroutine can yield.' [kill] -description = 'Kills coroutine `co` , -closing all its pending to-be-closed variables and putting the coroutine in a dead state.' +description = 'Kills coroutine `co` , closing all its pending to-be-closed variables and putting the coroutine in a dead state.' [resume] description = 'Starts or continues the execution of coroutine `co`.' diff --git a/server/locale/en-US/libs/lua/package.lni b/server/locale/en-US/libs/lua/package.lni index b0a861a9..3b482ae9 100644 --- a/server/locale/en-US/libs/lua/package.lni +++ b/server/locale/en-US/libs/lua/package.lni @@ -24,3 +24,6 @@ description = 'A table used by `require` to control how to load modules.' [searchpath] description = 'Searches for the given `name` in the given `path`.' + +[seeall] +describing = 'Sets a metatable for `module` with its `__index` field referring to the global environment, so that this module inherits values from the global environment. To be used as an option to function `module` . |