aboutsummaryrefslogtreecommitdiff
path: root/core/._M.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 83e853d0..8633050b 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -85,14 +85,15 @@
-- end
-- end
--
--- #### Adeptsense
+-- #### Autocompletion and Documentation
--
-- The `Ctrl+Space` and `Ctrl+H` (`⌥⎋` and `^H` on Mac OSX | `^Space` and `M-H`
-- or `M-S-H` in curses) key bindings autocomplete symbols and show API
-- documentation, respectively, when editing code. In order for these to work
--- for your language, you must create an [Adeptsense][].
+-- for your language, you must create an [autocompleter][] and [API file(s)][].
--
--- [Adeptsense]: textadept.adeptsense.html
+-- [autocompleter]: textadept.editing.html#autocompleters
+-- [API file(s)]: textadept.editing.html#api_files
--
-- #### Snippets
--