diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml index 66f24c3f..a5baf115 100644 --- a/common/locale/en-US/eval.xml +++ b/common/locale/en-US/eval.xml @@ -21,7 +21,7 @@ to be executed, with full access to all of the internals of &dactyl.appName; and &dactyl.host;. Both expression evaluation methods support sophisticated expression completion, including option lists and descriptions thereof, - along with paren matching and syntax error highlighting. + along with parentheses matching and syntax error highlighting.
Echo a JavaScript expression. expr may be a simple quoted
- string, in which case it is shown in the statusline, or any
+ string, in which case it is shown in the &tag.status-line;, or any
arbitrary JavaScript expression. If the expression results in
- anything other than a string, it is pretty-printed in a multiline
+ anything other than a string, it is pretty-printed in a multi-line
frame just above the command line. The output depends on the type
of object. Functions display their source, DOM nodes display the
pretty-printed XML of the top-level node, XML literals are
@@ -52,7 +52,7 @@
Echo the expression as an error message. Just like
:execute "open " + content.location.host
+ :execute open + content.location.host
opens the homepage of the currently opened site.
@@ -104,7 +104,7 @@- Moreover, multiline scripts can be executed with shell-like here + Moreover, multi-line scripts can be executed with shell-like here document syntax. For example, the following,
@@ -124,7 +124,7 @@ string function arguments. The completion code is designed to be both as safe and as powerful as possible. Expressions in a given command-line session will only be evaluated once, and, with - autocompletion turned on, any completion which requires a function + auto-completion turned on, any completion which requires a function to be executed requires an explicit " This is a comment
foo bar " This is a comment
This is not a comment
- foo bar This is not a cumment
+ foo bar This is not a comment