From d095fefb10d6f2587355487a3c364ea18b548aae Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 14 Jul 2008 15:13:12 +0000 Subject: [PATCH] not-so-strongly-deprecated svn: r10765 --- collects/teachpack/htdp/scribblings/draw.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/teachpack/htdp/scribblings/draw.scrbl b/collects/teachpack/htdp/scribblings/draw.scrbl index 2b7d09ea5a..bb3b34fef4 100644 --- a/collects/teachpack/htdp/scribblings/draw.scrbl +++ b/collects/teachpack/htdp/scribblings/draw.scrbl @@ -11,7 +11,8 @@ The teachpack provides two sets of functions: one for drawing into a canvas and one for reacting to canvas events. -@bold{Warning:} @emph{This teachpack is deprecated. We strongly encourage +@bold{Warning:} @emph{This teachpack is deprecated. Unless you're solving exercises +taken from @emph{How To Design Programs}, we strongly encourage you to use the world teachpack instead; see @secref{world}.} @section[#:tag "drawing"]{Drawing on a Canvas}