mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 06:02:27 +01:00
Minor doc fixes. Closes issue #669.
This commit is contained in:
@@ -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>"],
|
||||
|
||||
@@ -1382,7 +1382,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'ss' 'scrollsteps'</tags>
|
||||
<tags>'scs' 'scrollsteps'</tags>
|
||||
<spec>'scrollsteps' 'scs'</spec>
|
||||
<type>&option.scrollsteps.type;</type>
|
||||
<default>&option.scrollsteps.default;</default>
|
||||
@@ -1394,7 +1394,7 @@
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<tags>'st' 'scrolltime'</tags>
|
||||
<tags>'sct' 'scrolltime'</tags>
|
||||
<spec>'scrolltime' 'sct'</spec>
|
||||
<type>&option.scrolltime.type;</type>
|
||||
<default>&option.scrolltime.default;</default>
|
||||
|
||||
Reference in New Issue
Block a user