From 718bd97996580b22893a8c8c2390253e3831471e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 18 Aug 2008 23:33:04 +0000 Subject: [PATCH] minor formatting improvement to :js help description --- locale/en-US/eval.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en-US/eval.txt b/locale/en-US/eval.txt index 52ce92b4..c4a22b2f 100644 --- a/locale/en-US/eval.txt +++ b/locale/en-US/eval.txt @@ -40,8 +40,8 @@ ________________________________________________________________________________ ________________________________________________________________________________ Run any JavaScript command through eval(). Acts as a JavaScript interpreter by passing the argument to `eval()`. -[c]:javascript alert('Hello world')[c] shows a dialog box with the text "Hello world". -[c]:javascript <