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:
@@ -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>"],
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user