commit 1849a01a9f6e29f1648f2b6d498dfd3bb92c4e5f parent 039d827424fd8b6624e99e1c000540b31b4efb7f Author: Eli Barzilay <eli@racket-lang.org> Date: Mon, 18 Feb 2008 15:26:53 +0000 svn: r8704 original commit: 23494f85302991886d72b3f533cca3eebc304411 Diffstat:
| M | 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 @@ -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}|