From 1849a01a9f6e29f1648f2b6d498dfd3bb92c4e5f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 18 Feb 2008 15:26:53 +0000 Subject: [PATCH] svn: r8704 original commit: 23494f85302991886d72b3f533cca3eebc304411 --- collects/scribblings/scribble/reader.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/scribble/reader.scrbl b/collects/scribblings/scribble/reader.scrbl index 42d718e0..116846f9 100644 --- a/collects/scribblings/scribble/reader.scrbl +++ b/collects/scribblings/scribble/reader.scrbl @@ -201,11 +201,11 @@ following spaces (or tabs) are part of the comment (similar to Tip: if you're editing in a Scheme-aware editor (like DrScheme or Emacs), it is useful to comment out blocks like this: -@verbatim|{ +@verbatim|==={ @;{ ... ;} -}| +}===| so the editor does not treat the file as having unbalanced parenthesis. @@ -427,8 +427,8 @@ you want to control the sub expressions in the form. }===| Note that @litchar["@|{...}|"] can be parsed as either an escape expression or -as a no-command @"@"-form. The latter is used in this case (since there -is little point in Scheme code that uses braces. +as the Scheme command part of a @"@"-form. The latter is used in this case +(since there is little point in Scheme code that uses braces. @scribble-examples|==={ @|{blah}|