mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 17:25:46 +01:00
Fix some help file typos.
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
commands to be executed when <oa>events</oa> occur for
|
commands to be executed when <oa>events</oa> occur for
|
||||||
pages matching the regular expression <oa>pat</oa>. If
|
pages matching the regular expression <oa>pat</oa>. If
|
||||||
the <em>-javascript</em> (short name <em>-js</em>)
|
the <em>-javascript</em> (short name <em>-js</em>)
|
||||||
option is given, <oa>cmd</oa> is interperated as
|
option is given, <oa>cmd</oa> is interpreted as
|
||||||
JavaScript code. Otherwise, it is interperated as an ex
|
JavaScript code. Otherwise, it is interpreted as an ex
|
||||||
command.
|
command.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<p>
|
<p>
|
||||||
A buffer the container that holds the given web page, including
|
A buffer the container that holds the given web page, including
|
||||||
all of its history and frames. Each tab contains exactly one
|
all of its history and frames. Each tab contains exactly one
|
||||||
buffer, and for most purposes the two terms are interchangable.
|
buffer, and for most purposes the two terms are interchangeable.
|
||||||
See <t>tabs</t> for more.
|
See <t>tabs</t> for more.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
&dactyl.appname; provides a number commands to change the
|
&dactyl.appname; provides a number commands to change the
|
||||||
behavior of key presses. This can be mean anythong from
|
behavior of key presses. This can be mean anything from
|
||||||
automatically substituting one key for another, to automatically
|
automatically substituting one key for another, to automatically
|
||||||
replacing one typed word for another, to launching a dialog or
|
replacing one typed word for another, to launching a dialog or
|
||||||
running a command.
|
running a command.
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
should note that within angle brackets all alphabetic characters
|
should note that within angle brackets all alphabetic characters
|
||||||
are read as lowercase. Uppercase characters can only be
|
are read as lowercase. Uppercase characters can only be
|
||||||
specified with the <em>S-</em> modifier. The following key
|
specified with the <em>S-</em> modifier. The following key
|
||||||
sequences are interperated as described,
|
sequences are interpreted as described,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|||||||
@@ -117,10 +117,10 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Read Ex commands, JavaScript, or CSS from <a>file</a>. Files are
|
Read Ex commands, JavaScript, or CSS from <a>file</a>. Files are
|
||||||
interperated based on their extensions. Files when end in
|
interpreted based on their extensions. Files when end in
|
||||||
<em>.js</em> are executed as JavaScript, while those ending in
|
<em>.js</em> are executed as JavaScript, while those ending in
|
||||||
<em>.css</em> are loaded as Cascading Stylesheets, and anything
|
<em>.css</em> are loaded as Cascading Stylesheets, and anything
|
||||||
else is interperated as Ex commands. In normal cases, any errors
|
else is interpreted as Ex commands. In normal cases, any errors
|
||||||
generated by the execution or non-existence of <a>file</a> are
|
generated by the execution or non-existence of <a>file</a> are
|
||||||
printed to the <t>command-line</t> area. When <oa>!</oa> is
|
printed to the <t>command-line</t> area. When <oa>!</oa> is
|
||||||
provided, these are suppressed.
|
provided, these are suppressed.
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
<spec>:!<a>cmd</a></spec>
|
<spec>:!<a>cmd</a></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Run an extenral command command. Runs <a>cmd</a> through system()
|
Run an external command command. Runs <a>cmd</a> through system()
|
||||||
and displays its output. Any ‘!’ in <a>cmd</a> is replaced with
|
and displays its output. Any ‘!’ in <a>cmd</a> is replaced with
|
||||||
the previous external command, so long as it is not preceded by a
|
the previous external command, so long as it is not preceded by a
|
||||||
backslash and <o>banghist</o> is enabled.
|
backslash and <o>banghist</o> is enabled.
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
<em>options</em>, and <em>sitesettings</em>. All other
|
<em>options</em>, and <em>sitesettings</em>. All other
|
||||||
domain-specific data is cleared only along with <em>history</em>,
|
domain-specific data is cleared only along with <em>history</em>,
|
||||||
when a request is made to &dactyl.host; to purge all data for
|
when a request is made to &dactyl.host; to purge all data for
|
||||||
<em>host</em>. Included in this purge are all matchint history
|
<em>host</em>. Included in this purge are all matching history
|
||||||
entries, cookies, closed tabs, form data, and location bar
|
entries, cookies, closed tabs, form data, and location bar
|
||||||
entries.
|
entries.
|
||||||
</note>
|
</note>
|
||||||
|
|||||||
Reference in New Issue
Block a user