1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:07:58 +01:00

Minor doc fixes.

This commit is contained in:
Štěpán Němec
2011-07-30 11:48:11 +02:00
parent 3d48c0d68b
commit 74a5d575ac
2 changed files with 3 additions and 1 deletions

View File

@@ -1285,7 +1285,7 @@ var Hints = Module("hints", {
values: {
"0": "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on <Return>.",
"1": "Follow the selected hint on <Return>.",
"2": "Follow the selected hint on <Return> only it's been <Tab>-selected."
"2": "Follow the selected hint on <Return> only if it's been <Tab>-selected."
}
});

View File

@@ -158,6 +158,7 @@
</item>
<item>
<tags>:set!=</tags>
<spec>:se<oa>t</oa> inv<a>option</a>=<a>value</a> <oa>...</oa></spec>
<spec>:se<oa>t</oa> <a>option</a>!=<a>value</a> <oa>...</oa></spec>
<description>
@@ -189,6 +190,7 @@
</item>
<item>
<tags>:set-default-all</tags>
<spec>:se<oa>t</oa> all&amp;</spec>
<description>
<p>Set all options to their default value.</p>