From 7120933e66249974e7d3a64f2562ef030ee4a952 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 16 Oct 2010 22:29:16 -0400 Subject: [PATCH] Fix a possibly freudian typo found by stepnem. --- common/locale/en-US/eval.xml | 14 +++++++------- common/locale/en-US/repeat.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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.

JavaScript evaluation

@@ -32,9 +32,9 @@

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 :echo but echoes - the result highlighted as ErrorMsg and saves it to the message history. + the result highlighted as with the ErrorMsg group and saves it to the message history.

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

- :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 press to commence.

diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index 728803f9..62a12b3f 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -275,7 +275,7 @@ " 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

Profiling