aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 1e219f9a..c16039b4 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -9033,6 +9033,10 @@ Lua does not consult any environment variables.
9033In particular, 9033In particular,
9034the values of @Lid{package.path} and @Lid{package.cpath} 9034the values of @Lid{package.path} and @Lid{package.cpath}
9035are set with the default paths defined in @id{luaconf.h}. 9035are set with the default paths defined in @id{luaconf.h}.
9036To signal to the libraries that this option is on,
9037the stand-alone interpreter sets the field
9038@idx{"LUA_NOENV"} in the registry to a true value.
9039Other libraries may consult this field for the same purpose.
9036 9040
9037The options @T{-e}, @T{-l}, and @T{-W} are handled in 9041The options @T{-e}, @T{-l}, and @T{-W} are handled in
9038the order they appear. 9042the order they appear.