From 75fdb7cb70fba8e0cef6fc18ccbf112cd4e5fe57 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 9 Jul 2007 01:56:43 +0000 Subject: [PATCH] picky svn: r6861 original commit: 3e5a3707a2c5aa3b81c45285e3d2595edfc2dc48 --- collects/scribble/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt index 5ea505a4..e8584768 100644 --- a/collects/scribble/doc.txt +++ b/collects/scribble/doc.txt @@ -65,7 +65,7 @@ A is made of text, newlines, and nested @-forms. Note that the syntax for @-forms is the same in a context as in a Scheme context. A that isn't an @-form is converted to a string expression for its , and newlines are converted -to "\n" expressions: +to "\n" expressions. @foo{bar baz blah} @@ -127,7 +127,7 @@ two, the first construct can appear in body texts with the same meaning, whereas the other two would not work (see below). After the optional punctuation prefix, the itself is not limited -to identifiers -- it can be *any* Scheme expression. +to identifiers; it can be *any* Scheme expression. @(lambda (x) x){blah} --reads-as--> ((lambda (x) x) "blah") @`(unquote foo){blah} --reads-as--> `(,foo "blah")