aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/06_AdeptEditing.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-08 16:09:29 -0400
commit6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 (patch)
tree3c108fa22c3c6d6d32ea7beef55039bd845149d5 /doc/06_AdeptEditing.md
parent7d1f21b44479d8b4484f8e27872eafd203b0e727 (diff)
Renamed "language-specific" modules to just "language modules" in documentation.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r--doc/06_AdeptEditing.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md
index 764693c7..68b0dbd4 100644
--- a/doc/06_AdeptEditing.md
+++ b/doc/06_AdeptEditing.md
@@ -251,8 +251,8 @@ and display API documentation. Pressing `Ctrl+Space` (`⌥⎋` on Mac OSX | `^Sp
in curses) completes the current symbol and `Ctrl+H` (`^H` | `M-H` or `M-S-H`)
shows any known documentation on the current symbol. Note: In order for this
feature to work, the language you are working with must have an [Adeptsense][]
-defined. [Language-specific modules][] usually [define Adeptsenses][]. All of
-the [official][] Textadept language-specific modules have Adeptsenses.
+defined. [Language modules][] usually [define Adeptsenses][]. All of the
+[official][] Textadept language modules have Adeptsenses.
![Adeptsense Lua](images/adeptsense_lua.png)
&nbsp;&nbsp;&nbsp;&nbsp;
@@ -260,7 +260,7 @@ the [official][] Textadept language-specific modules have Adeptsenses.
![Adeptsense Doc](images/adeptsense_doc.png)
-[Language-specific modules]: 07_Modules.html#Language-Specific
+[Language modules]: 07_Modules.html#Language.Modules
[Adeptsense]: api/_M.textadept.adeptsense.html
[define Adeptsenses]: api/_M.html#Adeptsense
[official]: http://foicica.com/hg
@@ -279,9 +279,9 @@ followed by the `Tab` (`⇥` | `Tab`) key. Subsequent presses of `Tab` (`⇥` |
`Tab`) cause the caret to enter placeholders in sequential order, `Shift+Tab`
(`⇧⇥` | `S-Tab`) goes back to the previous placeholder, and `Ctrl+Shift+K`
(`⌥⇧⇥` | `M-S-K`) cancels the current snippet. Textadept supports nested
-snippets, snippets inserted from within another snippet. Language-specific
-modules usually define their [own set][] of snippets, but your
-[snippet preferences][] can define some too.
+snippets, snippets inserted from within another snippet. Language modules
+usually define their [own set][] of snippets, but your [snippet preferences][]
+can define some too.
![Snippet](images/snippet.png)
&nbsp;&nbsp;&nbsp;&nbsp;