aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 11:56:14 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 11:56:14 -0400
commit5ad6b6de25a164803a121da9799d765318b6d763 (patch)
tree3e55309037c3e9edd1e5f769c8d3173c2042870a /doc/14_Appendix.md
parent83acfd9b74600610bab990b6450a7d049c41a74c (diff)
Removed `_M.textadept.run.execute()`.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 5f1a882f..0beda0f6 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -243,6 +243,14 @@ otherwise remains the same.
[`_M.textadept.menu.set_menubar()`]: api/_M.textadept.menu.html#set_menubar
+##### `execute`
+
+`_M.textadept.run.execute()` was removed. Use [`_M.textadept.run.run()`][] and
+[`_M.textadept.run.compile()`][] exclusively.
+
+[`_M.textadept.run.run()`]: api/_M.textadept.run.html#run
+[`_M.textadept.run.compile()`]: api/_M.textadept.run.html#compile
+
### Textadept 4 to 5
Lua has been upgraded from [5.1 to 5.2][], so many scripts written for Textadept