From 3c6ad9a4cbc4f17caf0c54c81070e5d9d9a9b783 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 12 Jul 2020 21:43:12 -0400 Subject: Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars. Textadept's paths have higher priority anyway. --- doc/manual.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/manual.md') 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. -- cgit v1.2.3