aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:23:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:23:54 -0400
commitf3589e54f24cac04665a90ed61a4bce1b0a142c0 (patch)
treef84d9734e922a8e809b3d825bb47c9cd80ba0bd8 /doc
parent1d7b8a6e4e20d7140d1fd93ceb06aa04a51d47a0 (diff)
downloadtextadept-f3589e54f24cac04665a90ed61a4bce1b0a142c0.tar.gz
textadept-f3589e54f24cac04665a90ed61a4bce1b0a142c0.zip
Be more consistent with "key sequences", "key commands", and "key bindings".
Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/manual.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 2bcebf5b..2bef811f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -162,7 +162,7 @@
extensibility without sacrificing speed or succumbing to code bloat
and featuritis. The editor gives you complete control over the
entire application using the Lua programming language. Everything
- from moving the caret to changing menus and key commands on-the-fly
+ from moving the caret to changing menus and key bindings on-the-fly
to handling core events is possible. Its potential is vast.
</p>
</div>
diff --git a/doc/manual.md b/doc/manual.md
index a0025131..e3104107 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -58,7 +58,7 @@ beginning, the editor's features came later. Most of Textadept's internals use
Lua, from syntax highlighting to opening and saving files to searching and
replacing and more. Textadept gives you complete control over the entire
application using Lua. Everything from moving the caret to changing menus and
-key commands on-the-fly to handling core events is possible. Its potential is
+key bindings on-the-fly to handling core events is possible. Its potential is
vast.
![Split Views](images/splitviews.png)