aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/11_Scripting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/11_Scripting.md b/doc/manual/11_Scripting.md
index 90ec3a39..c73819a8 100644
--- a/doc/manual/11_Scripting.md
+++ b/doc/manual/11_Scripting.md
@@ -26,6 +26,10 @@ same configuration (`luaconf.h`) as vanilla Lua with the following exceptions:
* The `LUA_COMPAT_VARARG`, `LUA_COMPAT_MOD`, `LUA_COMPAT_GFIND`, and
`LUA_COMPAT_OPENLIB` compatibility flags for Lua 5.0 are turned off.
+In addition, the [Lua Coco](http://coco.luajit.org/index.html) extension is used
+to allow coroutines to yield across the C call boundary, which would normally
+cause an error.
+
## Scintilla
The editing component used by Textadept is [Scintilla](http://scintilla.org).