diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml index 1ad59a34..05fc99cc 100644 --- a/common/locale/en-US/autocommands.xml +++ b/common/locale/en-US/autocommands.xml @@ -49,7 +49,7 @@

- For ex cmds, the following keywords are + For Ex cmds, the following keywords are replaced with the appropriate value before the commands are executed. For JavaScript commands, they may be accessed as ordinary variables, sans angle brackets. diff --git a/common/locale/en-US/cmdline.xml b/common/locale/en-US/cmdline.xml index fc568a50..cd9d6e03 100644 --- a/common/locale/en-US/cmdline.xml +++ b/common/locale/en-US/cmdline.xml @@ -25,7 +25,7 @@

- Included among the several command-line modes are ex command + Included among the several command-line modes are Ex command mode (the standard mode for entering commands), find mode (for searching the current page), prompt mode (for selecting files, confirming actions), and hint mode (for selecting links and @@ -38,7 +38,7 @@ :

- Opens the command-line in ex mode. This is the mode used + Opens the command-line in Ex mode. This is the mode used for entering the various commands listed in ex-cmd-index.

diff --git a/common/locale/en-US/developer.xml b/common/locale/en-US/developer.xml index 202542ba..9b2f3e00 100644 --- a/common/locale/en-US/developer.xml +++ b/common/locale/en-US/developer.xml @@ -93,7 +93,7 @@
Linking
o
Link to an option. (HelpOpt)
-
ex
Link to an ex command. (HelpEx)
+
ex
Link to an Ex command. (HelpEx)
k
Link to a key. (HelpKey)
&tab;@name
The name attribute to <k>. When provided, <value> is prepended to the element's contents, i.e., <k name="Tab"/> becomes . diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml index b7713b58..0aa564fc 100644 --- a/common/locale/en-US/eval.xml +++ b/common/locale/en-US/eval.xml @@ -13,7 +13,7 @@

Much of the power of &dactyl.appName; lies in its scriptable expression - evaluation. &dactyl.appName; understands two kinds of expressions: ex + evaluation. &dactyl.appName; understands two kinds of expressions: Ex commands, and JavaScript. Ex commands are simple, easy to type, and readily accessible from the command-line. They form a core part of the user interface. JavaScript, on the other hand, is much less @@ -74,7 +74,7 @@ :execute expr

- Execute the ex command string that results from the evaluation of + Execute the Ex command string that results from the evaluation of the JavaScript expression expr. For example,

:execute "open " + content.location.host