diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index 62a12b3f..96641bd4 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -172,7 +172,7 @@
See also
:js <<EOF
-var hello = function () {
+var hello = function () {
alert(Hello world );
}
EOF
@@ -245,24 +245,24 @@
definitions span multiple lines.
-:command! foo
+:command! foo
\ -description A command that frobs bars
\ :javascript frob(content.bar)
-:style -name foo
+:style -name foo
\ foobar.com
- \ p:first-line { font-variant: small-caps ; }
- \ div#side-bar > :first-child { display: none ; }
+ \ p:first-line { font-variant: small-caps ; }
+ \ div#side-bar > :first-child { display: none ; }
-:command do-some-stuff
- \ -description A command does some stuff in JavaScript
+:command do-some-stuff
+ \ -description A command which does some stuff in JavaScript
\ :javascript <<EOF
\ window.do(some );
\ window.do(stuff );
\EOF
-:command do-some-stuff
- \ -description A command does some stuff in JavaScript
+:command do-some-stuff
+ \ -description A command which does some stuff in JavaScript
\ :javascript
\\ window.do(some );
\\ window.do(stuff );