summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/lua/package.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US/libs/lua/package.lni')
-rw-r--r--server/locale/en-US/libs/lua/package.lni3
1 files changed, 3 insertions, 0 deletions
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` .