summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-01-01 03:57:11 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-01-01 03:57:11 +1100
commit0400b77774734f2d4cd5253ed66632ad8cd385d8 (patch)
treef95eeef1bf86ad49d73deaa4f69ee9d65fab38a8
parent24f5c9d06dc08728237c44e77e16aef0fc27e972 (diff)
downloadpentadactyl-0400b77774734f2d4cd5253ed66632ad8cd385d8.tar.gz
Fix some help typos.
-rw-r--r--common/locale/en-US/browsing.xml2
-rw-r--r--common/locale/en-US/cmdline.xml7
-rw-r--r--common/locale/en-US/eval.xml1
-rw-r--r--common/locale/en-US/map.xml4
-rw-r--r--common/locale/en-US/various.xml2
5 files changed, 7 insertions, 9 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml
index 5beb2fd4..8c77240d 100644
--- a/common/locale/en-US/browsing.xml
+++ b/common/locale/en-US/browsing.xml
@@ -369,7 +369,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
to test your changes.
</p>
<p>
- Any arguments supplied are parsed as command line arguments as
+ Any arguments supplied are parsed as command-line arguments as
specified in <t>startup-options</t>.
</p>
<warning>
diff --git a/common/locale/en-US/cmdline.xml b/common/locale/en-US/cmdline.xml
index cdb56940..f323608a 100644
--- a/common/locale/en-US/cmdline.xml
+++ b/common/locale/en-US/cmdline.xml
@@ -46,7 +46,7 @@
</description>
</item>
-<h2 tag="cmdline-editing">Command line editing</h2>
+<h2 tag="cmdline-editing">Command-line editing</h2>
<item>
<tags><![CDATA[c_<C-i>]]></tags>
@@ -161,7 +161,6 @@
</description>
</item>
-
<h2 tag="cmdline-lines">Ex command lines</h2>
<item>
@@ -175,7 +174,7 @@
it with a backslash. E.g.
<code><ex>:map \|</ex> <ex>:echo <str>bar</str></ex><k name="CR"/></code>
- Several commands process the entire command line string literally.
+ Several commands process the entire command-line string literally.
These commands will include any <em>|</em> as part of their
argument string and so cannot be followed by another command. The
list of these commands is:
@@ -227,7 +226,7 @@
</description>
</item>
-<h3 tag="cmdline-arguments">Ex command line arguments</h3>
+<h3 tag="cmdline-arguments">Ex command-line arguments</h3>
<p>
Most Ex commands accept a number of options and arguments. Arguments and
diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml
index 22350366..66918643 100644
--- a/common/locale/en-US/eval.xml
+++ b/common/locale/en-US/eval.xml
@@ -196,7 +196,6 @@
</description>
</item>
-
<item>
<tags>:elseif :elsei :elif</tags>
<spec>:elsei<oa>f</oa> <a>expr</a></spec>
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml
index 9bab524a..4cb5214d 100644
--- a/common/locale/en-US/map.xml
+++ b/common/locale/en-US/map.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/help.dtd">
@@ -114,7 +114,7 @@
<dt>-builtin</dt> <dd>Execute this mapping as if there were no user-defined mappings (short name <em>-b</em>)</dd>
<dt>-count</dt> <dd>Accept a count before the requisite key press (short name <em>-c</em>)</dd>
- <dt>-descripion</dt> <dd>A description of this mapping (short name <em>-d</em>)</dd>
+ <dt>-description</dt> <dd>A description of this mapping (short name <em>-d</em>)</dd>
<dt>-ex</dt> <dd>Execute <a>rhs</a> as an Ex command rather than keys (short name <em>-e</em>)</dd>
<dt>-javascript</dt> <dd>Execute <a>rhs</a> as JavaScript rather than keys (short names <em>-js</em>, <em>-j</em>)</dd>
<dt>-modes</dt> <dd>Create this mapping in the given modes (short names <em>-mode</em>, <em>-m</em>)</dd>
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml
index 7abb0115..f7c372d5 100644
--- a/common/locale/en-US/various.xml
+++ b/common/locale/en-US/various.xml
@@ -365,7 +365,7 @@
<spec>&lt;Esc></spec>
<description>
<p>
- Exits <t>command-line</t>, Insert, or Hints mode and returns to
+ Exits <t>Command-line</t>, Insert, or Hints mode and returns to
Normal mode. Focuses the content web page.
</p>
</description>