aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:43:12 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:43:12 -0400
commit3c6ad9a4cbc4f17caf0c54c81070e5d9d9a9b783 (patch)
tree4396658471c0d68e76a0edbd31723d4245d2ae1d /doc
parentf3589e54f24cac04665a90ed61a4bce1b0a142c0 (diff)
downloadtextadept-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.md2
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.