bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit af0a6f7fabe116dc3737113c6fe7b810590ecbc8
parent 8ee50c9ec5ce3815e02f8245db54f40dc31525a0
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 31 Jan 2008 04:40:18 +0000

more scribble struct doc clarifications

svn: r8483

original commit: 841056855e81ddaba61f96d33019eb8c443fb532

Diffstat:
Mcollects/scribblings/scribble/struct.scrbl | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/collects/scribblings/scribble/struct.scrbl b/collects/scribblings/scribble/struct.scrbl @@ -446,7 +446,9 @@ The @scheme[sizer] field is a procedure that produces a substitute determining the delayed element's width (see @scheme[element-width]). The @scheme[plain] field is a procedure that produces a substitute -@techlink{element} when needed before the @techlink{collect pass}. +@techlink{element} when needed before the @techlink{collect pass}, +such as when @scheme[element->string] is used before the @tech{collect +pass}. }