From b6e6d30c7318146121e68040e14b895b39af48ff Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 21 Dec 2007 03:45:22 +0000 Subject: [PATCH] fill out more documentation; add placeholder? and hash-table-placeholder? svn: r8089 original commit: 68ec60f448b8fa10a41acb7d56419134bb2ba66e --- collects/scribblings/scribble/manual.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 5380876a..075c9f99 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -322,7 +322,8 @@ The @tech{decode}d @scheme[pre-flow] documents the procedure. In this description, a reference to any identifier in @scheme[datum] via @scheme[scheme], @scheme[schemeblock], @|etc| is typeset as a sub-form non-terminal. If @scheme[#:literals] clause is provided, however, -instances of the @scheme[literal-id]s are typeset normally. +instances of the @scheme[literal-id]s are typeset normally (i.e., as +determined by the enclosing context). The typesetting of @scheme[(id . datum)] preserves the source layout, like @scheme[schemeblock].}