aboutsummaryrefslogtreecommitdiff
path: root/doc/11_Scripting.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 12:09:44 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 12:09:44 -0400
commit68147393527efc2364e821a3979d853aac0e5940 (patch)
treeb480658fc9ed2b9cec09564c6e44457fceff8dc3 /doc/11_Scripting.md
parent0e201469a0913267011ce59ff12eb46c3be56a2f (diff)
downloadtextadept-68147393527efc2364e821a3979d853aac0e5940.tar.gz
textadept-68147393527efc2364e821a3979d853aac0e5940.zip
Removed Adeptsense in favor of new framework committed in r1735.
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r--doc/11_Scripting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md
index c0c68b59..5e8579f6 100644
--- a/doc/11_Scripting.md
+++ b/doc/11_Scripting.md
@@ -5,9 +5,9 @@ for editing Lua code. Textadept provides syntax autocompletion and documentation
for the Lua and Textadept APIs. The [`lua` module][] also has more tools for
working with Lua code.
-![Adeptsense ta](images/adeptsense_ta.png)
+![ta Autocompletion](images/adeptsense_ta.png)
&nbsp;&nbsp;&nbsp;&nbsp;
-![Adeptsense tadoc](images/adeptsense_tadoc.png)
+![ta Documentation](images/adeptsense_tadoc.png)
[`lua` module]: api/_M.lua.html