From e8caf781708981eb839414342258d32aa5376673 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 16 Oct 2010 23:13:37 -0400 Subject: [PATCH] Fix some doc bugs. --- common/locale/en-US/repeat.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ex-scripts below.

: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);