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.
- Any arguments supplied are parsed as command line arguments as
+ Any arguments supplied are parsed as command-line arguments as
specified in startup-options.
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 @@
-Command line editing
+Command-line editing
-
]]>
@@ -161,7 +161,6 @@
-
Ex command lines
-
@@ -175,7 +174,7 @@
it with a backslash. E.g.
:map \| :echo bar
- Several commands process the entire command line string literally.
+ Several commands process the entire command-line string literally.
These commands will include any | as part of their
argument string and so cannot be followed by another command. The
list of these commands is:
@@ -227,7 +226,7 @@
-Ex command line arguments
+Ex command-line arguments
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 @@
-
-
:elseif :elsei :elif
:elseif expr
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 @@
-
+
@@ -114,7 +114,7 @@
-builtin Execute this mapping as if there were no user-defined mappings (short name -b)
-count Accept a count before the requisite key press (short name -c)
- -descripion A description of this mapping (short name -d)
+ -description A description of this mapping (short name -d)
-ex Execute rhs as an Ex command rather than keys (short name -e)
-javascript Execute rhs as JavaScript rather than keys (short names -js, -j)
-modes Create this mapping in the given modes (short names -mode, -m)
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 @@
<Esc>
- Exits command-line, Insert, or Hints mode and returns to
+ Exits Command-line, Insert, or Hints mode and returns to
Normal mode. Focuses the content web page.