mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:35:45 +01:00
Fix some typos.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Backtracks to the first successful match after pressing backspace,
|
Backtracks to the first successful match after pressing backspace,
|
||||||
unlike &dactyl.host;, which will always continue from the last match..
|
unlike &dactyl.host;, which will always continue from the last match.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Supports reverse incremental search.
|
Supports reverse incremental search.
|
||||||
|
|||||||
@@ -323,7 +323,7 @@
|
|||||||
<tags>D</tags>
|
<tags>D</tags>
|
||||||
<spec><oa>count</oa>D</spec>
|
<spec><oa>count</oa>D</spec>
|
||||||
<description short="true">
|
<description short="true">
|
||||||
<p>Like <k>d</k> but selects the tab to the left of the deleted tabs after deletion..</p>
|
<p>Like <k>d</k> but selects the tab to the left of the deleted tabs after deletion.</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ const Highlights = Module("Highlight", {
|
|||||||
* CSSLines ::= CSSLine | CSSLine "\n" CSSLines
|
* CSSLines ::= CSSLine | CSSLine "\n" CSSLines
|
||||||
*
|
*
|
||||||
* Where Class is the name of the sheet, Selector is the CSS
|
* Where Class is the name of the sheet, Selector is the CSS
|
||||||
* selector for the style, Site is the comma-separated list of site
|
* selector for the style, Sites is the comma-separated list of site
|
||||||
* filters to apply the style to.
|
* filters to apply the style to.
|
||||||
*
|
*
|
||||||
* If Selector is not provided, it defaults to [dactyl|highlight~={Class}].
|
* If Selector is not provided, it defaults to [dactyl|highlight~={Class}].
|
||||||
|
|||||||
Reference in New Issue
Block a user