1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 06:05:44 +01:00

Minor doc fixes. Closes issue #669.

This commit is contained in:
Štěpán Němec
2011-09-30 11:29:37 +02:00
parent 4ee26a04ac
commit dde78cc9f8
2 changed files with 3 additions and 3 deletions

View File

@@ -616,7 +616,7 @@ var Modes = Module("modes", {
function () { modes.pop(null, { fromEscape: true }); });
mappings.add([modes.AUTOCOMPLETE, modes.MENU], ["<C-c>"],
"Leave Menu mode",
"Leave Autocomplete or Menu mode",
function () { modes.pop(); });
mappings.add([modes.MENU], ["<Esc>"],