1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 11:14:11 +01:00

Normalise use of the ellipsis character in help files.

This commit is contained in:
Doug Kearns
2012-08-16 23:51:47 +10:00
parent 0e35c7a288
commit 1e2052c0d9
6 changed files with 16 additions and 16 deletions

View File

@@ -216,7 +216,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
</p> </p>
</description> </description>
</item> </item>
<escape><oa>...</oa> <escape><oa></oa>
<hl key="HelpXMLTagEnd">&lt;/plugin></hl></escape>;</xml-block> <hl key="HelpXMLTagEnd">&lt;/plugin></hl></escape>;</xml-block>
<p> <p>

View File

@@ -91,7 +91,7 @@
<spec>:javas<oa>cript</oa> <a>cmd</a></spec> <spec>:javas<oa>cript</oa> <a>cmd</a></spec>
<spec style="white-space: pre; height: 1.6em; overflow: visible;">:javascript &lt;&lt;<a>endpattern</a> <spec style="white-space: pre; height: 1.6em; overflow: visible;">:javascript &lt;&lt;<a>endpattern</a>
<a>cmd</a> <a>cmd</a>
...
<a>endpattern</a></spec> <a>endpattern</a></spec>
<description> <description>
<p> <p>

View File

@@ -133,7 +133,7 @@
</item> </item>
<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> <description>
<p> <p>
For boolean options, turn them on. For all other types, For boolean options, turn them on. For all other types,
@@ -143,7 +143,7 @@
</item> </item>
<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> <description>
<p> <p>
For boolean options, turn them off. For all other types, For boolean options, turn them off. For all other types,
@@ -153,8 +153,8 @@
</item> </item>
<item> <item>
<spec>:se<oa>t</oa> <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> <spec>:se<oa>t</oa> inv<a>option</a> <oa></oa></spec>
<description> <description>
<p> <p>
For boolean options, invert their value. For all other types, For boolean options, invert their value. For all other types,
@@ -165,8 +165,8 @@
<item> <item>
<tags>:set!=</tags> <tags>:set!=</tags>
<spec>:se<oa>t</oa> inv<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> <spec>:se<oa>t</oa> <a>option</a>!=<a>value</a> <oa></oa></spec>
<description> <description>
<p>For list options, toggle the specified values.</p> <p>For list options, toggle the specified values.</p>
@@ -189,7 +189,7 @@
<item> <item>
<tags>:set-default</tags> <tags>:set-default</tags>
<spec>:se<oa>t</oa> <a>option</a>&amp; <oa>...</oa></spec> <spec>:se<oa>t</oa> <a>option</a>&amp; <oa></oa></spec>
<description> <description>
<p>Reset option to its default value.</p> <p>Reset option to its default value.</p>
</description> </description>
@@ -205,7 +205,7 @@
<item> <item>
<tags>:set-args E487 E521</tags> <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> <description>
<p> <p>
Set string or number option to <a>value</a>. Set string or number option to <a>value</a>.
@@ -217,7 +217,7 @@
<item> <item>
<tags>:set+=</tags> <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> <description>
<p> <p>
Add the <a>value</a> to a number option, or append the <a>value</a> Add the <a>value</a> to a number option, or append the <a>value</a>
@@ -231,7 +231,7 @@
<item> <item>
<tags>:set^=</tags> <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> <description>
<p> <p>
Multiply the <a>value</a> to a number option, or prepend the Multiply the <a>value</a> to a number option, or prepend the
@@ -243,7 +243,7 @@
<item> <item>
<tags>:set-=</tags> <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> <description>
<p> <p>
Subtract the <a>value</a> from a number option, or remove the Subtract the <a>value</a> from a number option, or remove the

View File

@@ -237,7 +237,7 @@
<p> <p>
What is the meaning of life, the universe and everything? Douglas Adams, 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, 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> </p>
<h2 tag="uncategorized">Uncategorized help</h2> <h2 tag="uncategorized">Uncategorized help</h2>

View File

@@ -122,7 +122,7 @@
<ul replace="features-list"> <ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li> <li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li> <li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li> <li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, </li>
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li> <li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs</li> <li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li> <li>Vim-like status line with a Wget-like progress bar</li>

View File

@@ -116,7 +116,7 @@
<ul replace="features-list"> <ul replace="features-list">
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li> <li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li> <li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li> <li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, </li>
<li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li> <li>Hit-a-hint like navigation of links (start with <k>f</k> to follow a link)</li>
<li>Advanced completion of bookmark and history URLs</li> <li>Advanced completion of bookmark and history URLs</li>
<li>Vim-like status line with a Wget-like progress bar</li> <li>Vim-like status line with a Wget-like progress bar</li>