mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 23:44:12 +01:00
Normalise use of the ellipsis character in help files.
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<spec>:se<oa>t</oa> <a>option</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
For boolean options, turn them on. For all other types,
|
||||
@@ -143,7 +143,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<spec>:se<oa>t</oa> no<a>option</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> no<a>option</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
For boolean options, turn them off. For all other types,
|
||||
@@ -153,8 +153,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<spec>:se<oa>t</oa> <a>option</a>! <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> inv<a>option</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>! <oa>…</oa></spec>
|
||||
<spec>:se<oa>t</oa> inv<a>option</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
For boolean options, invert their value. For all other types,
|
||||
@@ -165,8 +165,8 @@
|
||||
|
||||
<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>
|
||||
<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>
|
||||
<p>For list options, toggle the specified values.</p>
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
|
||||
<item>
|
||||
<tags>:set-default</tags>
|
||||
<spec>:se<oa>t</oa> <a>option</a>& <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>& <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>Reset option to its default value.</p>
|
||||
</description>
|
||||
@@ -205,7 +205,7 @@
|
||||
|
||||
<item>
|
||||
<tags>:set-args E487 E521</tags>
|
||||
<spec>:se<oa>t</oa> <a>option</a>=<a>value</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>=<a>value</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Set string or number option to <a>value</a>.
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
<item>
|
||||
<tags>:set+=</tags>
|
||||
<spec>:se<oa>t</oa> <a>option</a>+=<a>value</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>+=<a>value</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Add the <a>value</a> to a number option, or append the <a>value</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<item>
|
||||
<tags>:set^=</tags>
|
||||
<spec>:se<oa>t</oa> <a>option</a>^=<a>value</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>^=<a>value</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Multiply the <a>value</a> to a number option, or prepend the
|
||||
@@ -243,7 +243,7 @@
|
||||
|
||||
<item>
|
||||
<tags>:set-=</tags>
|
||||
<spec>:se<oa>t</oa> <a>option</a>-=<a>value</a> <oa>...</oa></spec>
|
||||
<spec>:se<oa>t</oa> <a>option</a>-=<a>value</a> <oa>…</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Subtract the <a>value</a> from a number option, or remove the
|
||||
|
||||
Reference in New Issue
Block a user