1
0
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:
Štěpán Němec
2010-10-16 18:23:03 +02:00
parent a507900e04
commit 5589021e3e
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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>

View File

@@ -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}].