diff options
author | Doug Kearns <dougkearns@gmail.com> | 2008-10-10 11:39:53 +0000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2008-10-10 11:39:53 +0000 |
commit | 41c1006eaa683bc4e9cec10493f62e3b282e283e (patch) | |
tree | 291a8b21b14b87217f30a598bd1ea66f2dd3d51c | |
parent | 6dfdee42a4c14bac3c11ef91627b486b8c4d778b (diff) | |
download | pentadactyl-41c1006eaa683bc4e9cec10493f62e3b282e283e.tar.gz |
don't refer to JS completion as "rudimentary" in :js help, as it is now
anything but rudimentary, but resist the urge to describe it as
"awesome"...that would just be trendy
-rw-r--r-- | locale/en-US/eval.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/en-US/eval.txt b/locale/en-US/eval.txt index c7ed491c..922f633a 100644 --- a/locale/en-US/eval.txt +++ b/locale/en-US/eval.txt @@ -49,10 +49,10 @@ is found, and interpret them with the JavaScript _eval()_ function. The special version [c]:javascript![c] opens the JavaScript console of Firefox. -Rudimentary [m]<Tab>[m] completion is available for [c]:javascript -{cmd}<Tab>[c] (but not yet for the [c]:js <<EOF[c] multiline widget). Be aware -that Vimperator needs to run {cmd} through eval() to get the completions, -which could have unwanted side effects. +[m]<Tab>[m] completion is available for [c]:javascript {cmd}<Tab>[c] (but not +yet for the [c]:js <<EOF[c] multiline widget). Be aware that Vimperator needs +to run {cmd} through eval() to get the completions, which could have unwanted +side effects. ________________________________________________________________________________ // >> To make the syntax highlighting happy |