1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 15:32:27 +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>
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>
Supports reverse incremental search.

View File

@@ -323,7 +323,7 @@
<tags>D</tags>
<spec><oa>count</oa>D</spec>
<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>
</item>

View File

@@ -197,7 +197,7 @@ const Highlights = Module("Highlight", {
* CSSLines ::= CSSLine | CSSLine "\n" CSSLines
*
* 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.
*
* If Selector is not provided, it defaults to [dactyl|highlight~={Class}].