aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-05-01 21:37:12 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-05-01 21:37:12 -0400
commit7ea46595cecf1d9601e1c19df220e3ae98872c05 (patch)
tree8d568fddd1eceb3816472cbe9f1cb3190bb9f540 /doc
parent13494d0f9464d925dc462e77b10015066ef68ca5 (diff)
Updated adeptsense and documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/6_AdeptEditing.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md
index 5436d704..49f16e74 100644
--- a/doc/manual/6_AdeptEditing.md
+++ b/doc/manual/6_AdeptEditing.md
@@ -28,9 +28,10 @@ suggestion. Press `Return` to complete the selected word.
Textadept has the capability to autocomplete symbols for programming languages
and display API documentation. Lua is of course supported extremely well and
-C/C++ has basic support with the help of [ctags](http://ctags.sf.net). Symbol
-completion is available by pressing `Ctrl+I` (`~` on Mac OSX). Documentation for
-symbols is available with `Ctrl+H`.
+other languages have basic support with the help of
+[ctags](http://ctags.sf.net). Symbol completion is available by pressing
+`Ctrl+I` (`Ctrl+Esc` on Mac OSX). Documentation for symbols is available with
+`Ctrl+H`.
![Adeptsense Lua](images/adeptsense_lua.png)
&nbsp;&nbsp;&nbsp;&nbsp;