diff options
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. |
