aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-15 15:23:41 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-15 15:23:41 -0500
commit494f481c7f04f43cf171f96a0085f0b8207c33bd (patch)
treed81c47a58bb062567182a589202e2d1684526d48 /doc
parent83eabf083b695a296556b35b30be052afd76ee0c (diff)
downloadtextadept-494f481c7f04f43cf171f96a0085f0b8207c33bd.tar.gz
textadept-494f481c7f04f43cf171f96a0085f0b8207c33bd.zip
Updated doc/manual/11_Scripting.md.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/11_Scripting.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/11_Scripting.md b/doc/manual/11_Scripting.md
index 6be71b7b..ff7bd6d8 100644
--- a/doc/manual/11_Scripting.md
+++ b/doc/manual/11_Scripting.md
@@ -23,9 +23,9 @@ same configuration (`luaconf.h`) as vanilla Lua with the following exceptions:
* `TA_LUA_PATH` and `TA_LUA_CPATH` are the environment variable used in place of
the usual `LUA_PATH` and `LUA_CPATH`.
* `LUA_ROOT` is `/usr/` in Linux systems instead of `/usr/local/`.
-* The `LUA_COMPAT_COMPAT`, `LUA_COMPAT_LOADERS`, `LUA_COMPAT_LOG10`,
- `LUA_COMPAT_LOADSTRING`, and `LUA_COMPAT_MAXN` compatibility flags for Lua 5.1
- are turned off.
+* All compatibility flags for Lua 5.1 are turned off. (`LUA_COMPAT_UNPACK`,
+ `LUA_COMPAT_LOADERS`, `LUA_COMPAT_LOG10`, `LUA_COMPAT_LOADSTRING`,
+ `LUA_COMPAT_MAXN`, and `LUA_COMPAT_MODULE`.)
## Scintilla