diff options
author | 2013-05-15 09:48:59 -0400 | |
---|---|---|
committer | 2013-05-15 09:48:59 -0400 | |
commit | 2e9b654850264d21bf7706ed96b18c3d317e83d1 (patch) | |
tree | 2bf53eba963ec3df3c73faf5b102327ffa3c6476 /doc/11_Scripting.md | |
parent | c31ed9cfcabc665bda0d3fcd4d570b659e85f5d2 (diff) | |
download | textadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.tar.gz textadept-2e9b654850264d21bf7706ed96b18c3d317e83d1.zip |
Updated old documentation.
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r-- | doc/11_Scripting.md | 4 |
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 |