svn: r220
This commit is contained in:
Robby Findler 2005-06-19 21:36:45 +00:00
parent fdc3e5d0e4
commit 037cf3be87

View File

@ -1044,10 +1044,13 @@ The _code-params^_ signature contains two elements:
The _code^_ unit supplies the following
> (typeset-code stx) - produces a pict for code in the given syntax
object. The source-location information of the syntax object
determines the line breaks, line indenting, and space within a row.
Empty rows are ignored.
> (typeset-code stx) - produces a pict for code in the given
syntax object. The source-location information of the
syntax object determines the line breaks, line indenting,
and space within a row. Empty rows are ignored. (Beware
that if you use read-syntax on a file port, you may have
to turn on line counting via port-count-lines! for the
code to typeset properly.)
Normally, `typeset-code' is used through a macro (often called
`code') that is generated by `define-code'. See below for more