diff --git a/common/content/help.dtd b/common/content/help.dtd
new file mode 100644
index 00000000..4bfcf5b9
--- /dev/null
+++ b/common/content/help.dtd
@@ -0,0 +1,6 @@
+
+%dactylMain;
+
+command line'>
+status line'>
+
diff --git a/common/locale/en-US/all.xml b/common/locale/en-US/all.xml
index 52586868..665e319d 100644
--- a/common/locale/en-US/all.xml
+++ b/common/locale/en-US/all.xml
@@ -1,7 +1,7 @@
-
+
-
+
-
+
-
+
-
+
-
]>
diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml
index 3ff5216b..66f24c3f 100644
--- a/common/locale/en-US/eval.xml
+++ b/common/locale/en-US/eval.xml
@@ -1,7 +1,7 @@
-
+
command line.
+ readily accessible from the &tag.command-line;.
They form a core part of the user interface. JavaScript, on the other hand,
is much less straightforward, but allows for any number of complex actions
to be executed, with full access to all of the internals of &dactyl.appName;
diff --git a/common/locale/en-US/gui.xml b/common/locale/en-US/gui.xml
index 6b638a01..4ffb610e 100644
--- a/common/locale/en-US/gui.xml
+++ b/common/locale/en-US/gui.xml
@@ -1,7 +1,7 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-command line is focused.
+ &tag.command-line; is focused.
Thereafter, any key press triggers a completion update for the
matching groups (hereafter ‘contexts’). Non-matching contexts will
only be updated when the key is pressed.
@@ -1317,8 +1317,8 @@
0
Don't show link destination
-
1
Show the link's destination in the status line
-
2
Show the link's destination in the command line
+
1
Show the link's destination in the &tag.status-line;
+
2
Show the link's destination in the &tag.command-line;
diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml
index ebcee4f5..f25a754f 100644
--- a/common/locale/en-US/pattern.xml
+++ b/common/locale/en-US/pattern.xml
@@ -1,7 +1,7 @@
-
+
-
+
-
+
Ex command files are executed as if each line were entered into
- the command line individually.
+ the &tag.command-line; individually.
Additionally, certain commands support the same ‘here document’
- syntax supported by most Unix shells and by the command line.
+ syntax supported by most Unix shells and by the &tag.command-line;.
So, to execute a JavaScript statement which does not comfortably fit
on a single line, you can use
@@ -234,7 +234,7 @@
Ex command scripts are similar to both entering commands on the
- command line and to Vim
+ &tag.command-line; and to Vim
scripts, but with some notable differences.