aboutsummaryrefslogtreecommitdiff
path: root/doc/11_Scripting.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-05-15 09:48:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-05-15 09:48:59 -0400
commit2e9b654850264d21bf7706ed96b18c3d317e83d1 (patch)
tree2bf53eba963ec3df3c73faf5b102327ffa3c6476 /doc/11_Scripting.md
parentc31ed9cfcabc665bda0d3fcd4d570b659e85f5d2 (diff)
downloadtextadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.tar.gz
textadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.zip
Updated old documentation.
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r--doc/11_Scripting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md
index facc1a55..537ca367 100644
--- a/doc/11_Scripting.md
+++ b/doc/11_Scripting.md
@@ -55,8 +55,8 @@ as vanilla Lua with the following exceptions:
Even though Textadept can be run with [LuaJIT][], LuaJIT is based on Lua 5.1 and
is not fully compatible with Lua 5.2. Therefore, modules and scripts should be
-written to be compatible with both versions. There is a compatibility layer in
-*core/compat.lua*. Please see it for more information.
+written to be compatible with both versions. For the most part, only Lua 5.2's
+`_ENV` is not supported by LuaJIT.
[LuaJIT]: http://luajit.org