From 2e9b654850264d21bf7706ed96b18c3d317e83d1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 May 2013 09:48:59 -0400 Subject: Updated old documentation. --- doc/11_Scripting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/11_Scripting.md') 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 -- cgit v1.2.3