add #:indent to verbatim

svn: r8707

original commit: 6f0ce91461
This commit is contained in:
Eli Barzilay 2008-02-18 20:01:23 +00:00 committed by Robby Findler
parent abfc979098
commit 9e38074a60

View File

@ -57,14 +57,14 @@ when using @scheme[scheme], especially outside of @scheme[defproc] or
@scheme[defform]. Prefix a meta-variable with @litchar{_}; for
example,
@verbatim|{ @scheme[(rator-expr rand-expr ...)]}|
@verbatim[#:indent 2]|{@scheme[(rator-expr rand-expr ...)]}|
would be the wrong way to refer to the grammar of a function call,
because it produces @scheme[(rator-expr rand-expr ...)], where
@schemeidfont{rator-expr} and @schemeidfont{rand-expr} are
typeset as variables. The correct description is
@verbatim|{ @scheme[(_rator-expr _rand-expr ...)]}|
@verbatim[#:indent 2]|{@scheme[(_rator-expr _rand-expr ...)]}|
which produces @scheme[(_rator-expr _rand-expr ...)], where
@schemeidfont{rator-expr} @schemeidfont{rand-expr} are typeset as