From edbbca1fa29bf3884d049d91f9a85891ec1a963a Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Wed, 13 Aug 2008 19:05:18 +0000 Subject: [PATCH] Fixed contracts in get-ints/get-defs. svn: r11225 --- collects/scribblings/tools/unit.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/tools/unit.scrbl b/collects/scribblings/tools/unit.scrbl index c8b34a8893..d0b0bd5bbf 100644 --- a/collects/scribblings/tools/unit.scrbl +++ b/collects/scribblings/tools/unit.scrbl @@ -43,13 +43,13 @@ Enables the Run button, and the Run menu item and unlocks (values (or/c thread? false/c) (or/c custodian? false/c))]{} @defmethod[(get-defs) - (is-a?/c @scheme[drscheme:rep:text%])]{ + (is-a?/c @scheme[drscheme:unit:definitions-text<%>])]{ This text is initially the top half of the drscheme window and contains the users program. This text defaults to a @scheme[text%] object, but if you change -@scheme[drscheme:get/extend:extend-interactions-text] procedure, it will use the extended class to create the text. +@scheme[drscheme:get/extend:extend-definitions-text] procedure, it will use the extended class to create the text. } @@ -79,7 +79,7 @@ Returns the frame that this tab is inside. } @defmethod[(get-ints) - (is-a?/c @scheme[drscheme:unit:definitions-text<%>])]{ + (is-a?/c @scheme[drscheme:rep:text%])]{ This text is initially the bottom half of the drscheme window and contains the users interactions with the REPL.