mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-13 09:14:12 +01:00
Fix some small idiomatic errors.
--HG-- extra : rebase_source : 7fa58f4b72b46d47b5f2b82ce46d42d4eed03901
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
Buffer is a container that holds the given web page, including
|
||||
A buffer is a container that holds the given web page, including
|
||||
all of its history and frames. Each tab contains exactly one
|
||||
buffer, and for most purposes the two terms are interchangeable.
|
||||
See <t>tabs</t> for more.
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
If <oa>url</oa> is omitted, URL of the currently loaded web
|
||||
If <oa>url</oa> is omitted, the URL of the currently loaded web
|
||||
page is used.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<p>
|
||||
&dactyl.appname; can repeat commands in a number of ways, from repeating
|
||||
the last command, recording and playing macros, to saving its state and
|
||||
the last command, to recording and playing macros, to saving its state and
|
||||
executing scripts.
|
||||
</p>
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
page and every chrome document, including all browser windows and
|
||||
dialogs. If the same file is sourced more than once, its previous
|
||||
rules are cleared before it is applied again. Rules can be
|
||||
restricted to specific documents by enclosing them inside
|
||||
restricted to specific documents by enclosing them in
|
||||
<link topic="https://developer.mozilla.org/en/CSS/@-moz-document">@-moz-document</link>
|
||||
blocks.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user