diff options
author | 2016-06-30 16:06:37 -0400 | |
---|---|---|
committer | 2016-06-30 16:06:37 -0400 | |
commit | 868d91524fc98aa851ef758763662b71bb7d43eb (patch) | |
tree | 19862809b9d6ac5d7ee997a24c83aa5a392ce79d /doc/manual.md | |
parent | 5cafa86b7d4667130e881966702893b0d1e5ef83 (diff) | |
download | textadept-868d91524fc98aa851ef758763662b71bb7d43eb.tar.gz textadept-868d91524fc98aa851ef758763662b71bb7d43eb.zip |
Small manual and LuaDoc updates.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
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. +  [Lua API]: api.html |