diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-08-23 15:14:03 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-08-23 15:14:03 -0300 |
commit | c815c2f0eb7a4ac01d4f664f3db44c199ee4e211 (patch) | |
tree | 63cdeea69af0df9ff82303d05c517068eb54e56e /manual | |
parent | ab6a94952215b1f66436d8eeebded1dad9fa5409 (diff) | |
parent | 9363a8b9901a5643c9da061ea8dda8a86cdc7ef1 (diff) | |
download | lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.gz lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.tar.bz2 lua-c815c2f0eb7a4ac01d4f664f3db44c199ee4e211.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 4 |
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. | |||
9033 | In particular, | 9033 | In particular, |
9034 | the values of @Lid{package.path} and @Lid{package.cpath} | 9034 | the values of @Lid{package.path} and @Lid{package.cpath} |
9035 | are set with the default paths defined in @id{luaconf.h}. | 9035 | are set with the default paths defined in @id{luaconf.h}. |
9036 | To signal to the libraries that this option is on, | ||
9037 | the stand-alone interpreter sets the field | ||
9038 | @idx{"LUA_NOENV"} in the registry to a true value. | ||
9039 | Other libraries may consult this field for the same purpose. | ||
9036 | 9040 | ||
9037 | The options @T{-e}, @T{-l}, and @T{-W} are handled in | 9041 | The options @T{-e}, @T{-l}, and @T{-W} are handled in |
9038 | the order they appear. | 9042 | the order they appear. |