1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 02:34:31 +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 }); }); function () { modes.pop(null, { fromEscape: true }); });
mappings.add([modes.AUTOCOMPLETE, modes.MENU], ["<C-c>"], mappings.add([modes.AUTOCOMPLETE, modes.MENU], ["<C-c>"],
"Leave Menu mode", "Leave Autocomplete or Menu mode",
function () { modes.pop(); }); function () { modes.pop(); });
mappings.add([modes.MENU], ["<Esc>"], mappings.add([modes.MENU], ["<Esc>"],

View File

@@ -1382,7 +1382,7 @@
</item> </item>
<item> <item>
<tags>'ss' 'scrollsteps'</tags> <tags>'scs' 'scrollsteps'</tags>
<spec>'scrollsteps' 'scs'</spec> <spec>'scrollsteps' 'scs'</spec>
<type>&option.scrollsteps.type;</type> <type>&option.scrollsteps.type;</type>
<default>&option.scrollsteps.default;</default> <default>&option.scrollsteps.default;</default>
@@ -1394,7 +1394,7 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'st' 'scrolltime'</tags> <tags>'sct' 'scrolltime'</tags>
<spec>'scrolltime' 'sct'</spec> <spec>'scrolltime' 'sct'</spec>
<type>&option.scrolltime.type;</type> <type>&option.scrolltime.type;</type>
<default>&option.scrolltime.default;</default> <default>&option.scrolltime.default;</default>