diff --git a/collects/scribblings/framework/framework.scrbl b/collects/scribblings/framework/framework.scrbl index 993906ca..bff03eb3 100644 --- a/collects/scribblings/framework/framework.scrbl +++ b/collects/scribblings/framework/framework.scrbl @@ -15,7 +15,7 @@ program on top of the @scheme[scheme/gui] library. @itemize{ -@item{@scheme[(require framework)] +@item{@scheme[(require #, @schememodname[framework])] This library provides all of the definitions and syntax described in this manual. @@ -43,19 +43,19 @@ program on top of the @scheme[scheme/gui] library. @item{ @bold{Test Suite Engine} -@scheme[(require framework/test)] +@scheme[(require #, @schememodname[framework/test])] This library provides all of the definitions beginning with @scheme[test:] described in this manual. } @item{ @bold{GUI Utilities} -@scheme[(require framework/gui-utils)] +@scheme[(require #, @schememodname[framework/gui-utils])] This libraries provides all of the definitions beginning with @scheme[gui-utils:] described in this manual. } @item{ @bold{Preferences} -@scheme[(require framework/preferences)] +@scheme[(require #, @schememodname[framework/preferences])] This library provides a subset of the names of the @tt{framework.ss} library, namely those for