add two links to redex docs

This commit is contained in:
Robby Findler 2012-02-09 09:11:10 -06:00
parent 4d21ab1019
commit b93ff24fee

View File

@ -2722,7 +2722,7 @@ do not represent unquoted expressions or metafunction applications.
@defform[(to-lw arg)]{ @defform[(to-lw arg)]{
This form turns its argument into lw structs that This form turns its argument into @racket[lw] structs that
contain all of the spacing information just as it would appear contain all of the spacing information just as it would appear
when being used to typeset. when being used to typeset.
@ -2768,7 +2768,7 @@ lws.
] ]
In general, identifiers are represented with symbols and In general, identifiers are represented with symbols and
parenthesis are represented with strings and picts can be parenthesis are represented with strings and @racket[pict]s can be
inserted to render arbitrary pictures. inserted to render arbitrary pictures.
The line, line-span, column, and column-span correspond to The line, line-span, column, and column-span correspond to