From a823986281ea22f537f75c76f8620b8efec3d4b7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 18 Jan 2012 10:10:28 -0700 Subject: [PATCH] doc clarifications on `frtime' --- collects/frtime/scribblings/frtime.scrbl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/collects/frtime/scribblings/frtime.scrbl b/collects/frtime/scribblings/frtime.scrbl index 5403907611..c5b6368813 100644 --- a/collects/frtime/scribblings/frtime.scrbl +++ b/collects/frtime/scribblings/frtime.scrbl @@ -16,17 +16,17 @@ @author["Greg Cooper"] -The @racketmodname[frtime] language supports declarative construction of -reactive systems in a syntax very similar to that of Racket. To -interact with FrTime, select @onscreen{FrTime} from the @onscreen{Choose Language} menu. -You can also make FrTime the language for a module: - -@racketblock[ -(module frtime - )] - @defmodulelang[frtime] +The @racketmodname[frtime] language supports declarative construction +of reactive systems in a syntax very similar to that of Racket. It +extends the @racketmodname[scheme] language (as opposed to +@racketmodname[racket]). + +Within DrRacket, as an alternative to using @racket[@#,hash-lang[] +@#,racketmodname[frtime]], you can choose @onscreen{FrTime} from the +@onscreen{Choose Language} menu. + @section{Primitives} @defthing[undefined any/c]{stands for an undefined value.}