,
svn: r220
This commit is contained in:
parent
fdc3e5d0e4
commit
037cf3be87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user