mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 18:22:27 +01:00
Normalise use of the ellipsis character in help files.
This commit is contained in:
@@ -216,7 +216,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
<escape><oa>...</oa>
|
||||
<escape><oa>…</oa>
|
||||
<hl key="HelpXMLTagEnd"></plugin></hl></escape>;</xml-block>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
<spec>:javas<oa>cript</oa> <a>cmd</a></spec>
|
||||
<spec style="white-space: pre; height: 1.6em; overflow: visible;">:javascript <<<a>endpattern</a>
|
||||
<a>cmd</a>
|
||||
...
|
||||
…
|
||||
<a>endpattern</a></spec>
|
||||
<description>
|
||||
<p>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
<p>
|
||||
What is the meaning of life, the universe and everything? Douglas Adams,
|
||||
the only person who knew what this question really was about is now dead,
|
||||
unfortunately. So now you might wonder what the meaning of death is...
|
||||
unfortunately. So now you might wonder what the meaning of death is…
|
||||
</p>
|
||||
|
||||
<h2 tag="uncategorized">Uncategorized help</h2>
|
||||
|
||||
Reference in New Issue
Block a user