diff options
author | 2020-07-12 21:43:12 -0400 | |
---|---|---|
committer | 2020-07-12 21:43:12 -0400 | |
commit | 3c6ad9a4cbc4f17caf0c54c81070e5d9d9a9b783 (patch) | |
tree | 4396658471c0d68e76a0edbd31723d4245d2ae1d /doc | |
parent | f3589e54f24cac04665a90ed61a4bce1b0a142c0 (diff) | |
download | textadept-3c6ad9a4cbc4f17caf0c54c81070e5d9d9a9b783.tar.gz textadept-3c6ad9a4cbc4f17caf0c54c81070e5d9d9a9b783.zip |
Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.
Textadept's paths have higher priority anyway.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md index e3104107..acd5604c 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1535,8 +1535,6 @@ contains the generated API documentation HTML files. Textadept contains its own copy of [Lua 5.3][] which has the same configuration (*luaconf.h*) as vanilla Lua with the following exceptions: -* `TA_LUA_PATH` and `TA_LUA_CPATH` replace the `LUA_PATH` and `LUA_CPATH` - environment variables. * `LUA_ROOT` is "/usr/" in Linux systems instead of "/usr/local/". * `LUA_PATH` and `LUA_CPATH` do not have "./?.lua" and "./?.so" in them. * No compatibility flags are set for previous versions. |