aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-06-30 16:06:37 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-06-30 16:06:37 -0400
commit868d91524fc98aa851ef758763662b71bb7d43eb (patch)
tree19862809b9d6ac5d7ee997a24c83aa5a392ce79d /doc/manual.md
parent5cafa86b7d4667130e881966702893b0d1e5ef83 (diff)
downloadtextadept-868d91524fc98aa851ef758763662b71bb7d43eb.tar.gz
textadept-868d91524fc98aa851ef758763662b71bb7d43eb.zip
Small manual and LuaDoc updates.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index c0599986..992c1bd2 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1350,6 +1350,8 @@ commands for [`buffer`][], [`view`][] and [`ui`][]: for example you may reduce
the `buffer:append_text('foo')` command to `append_text('foo')`. These commands
are runnable on startup using the `-e` and `--execute` command line switches.
+Pressing `Ctrl+H` (`^H` | `M-H` or `M-S-H`) shows help for the current command.
+
![Command Entry](images/commandentry.png)
[Lua API]: api.html