aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2019-08-08 21:15:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2019-08-08 21:15:59 -0400
commit0e47dd7dbac02a4da93af5cde406153f4d9a5036 (patch)
treea6a997efb3159ded9698855aeb1b703b1cd10c89 /modules
parent88a5038c37ba95bab25742f2805fea75f329c67e (diff)
downloadtextadept-0e47dd7dbac02a4da93af5cde406153f4d9a5036.tar.gz
textadept-0e47dd7dbac02a4da93af5cde406153f4d9a5036.zip
Fixed LuaDoc for keybindings.
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 0d66cbec..df4359f7 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -22,7 +22,7 @@ local M = {}
-- Ctrl+W |⌘W |^W |Close file
-- Ctrl+Shift+W |⌘⇧W |M-^W |Close all files
-- None |None |None |Load session...
--- None |None |None |Load session...
+-- None |None |None |Save session...
-- Ctrl+Q |⌘Q |^Q |Quit
-- **Edit** | | |
-- Ctrl+Z<br/>Alt+Bksp |⌘Z |^Z^(†)<br/>M-Z|Undo