mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 04:14:11 +01:00
Fix some broken help tags.
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[<find-forward> ?]]></tags>
|
<tags><![CDATA[<find-backward> ?]]></tags>
|
||||||
<spec>?<a>pattern</a><k name="CR"/></spec>
|
<spec>?<a>pattern</a><k name="CR"/></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[<find-word-next> *]]></tags>
|
<tags><![CDATA[<find-word-forward> *]]></tags>
|
||||||
<spec>*</spec>
|
<spec>*</spec>
|
||||||
<description short="true">
|
<description short="true">
|
||||||
<p>Search forward for the next occurrence of the word under cursor.</p>
|
<p>Search forward for the next occurrence of the word under cursor.</p>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[<find-word-previous> #]]></tags>
|
<tags><![CDATA[<find-word-backward> #]]></tags>
|
||||||
<spec>#</spec>
|
<spec>#</spec>
|
||||||
<description short="true">
|
<description short="true">
|
||||||
<p>Search backward for the previous occurrence of the word under cursor.</p>
|
<p>Search backward for the previous occurrence of the word under cursor.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user