slight modernization of the Slideshow tutorial

This commit is contained in:
Matthew Flatt 2011-12-21 16:30:24 -07:00
parent d020c75202
commit dccc76c9b0

View File

@ -431,7 +431,7 @@
(slide (slide
#:title "Arbitrary Drawing" #:title "Arbitrary Drawing"
(para "The" (code dc) "function provides an escape hatch to the underlying" (para "The" (code dc) "function provides an escape hatch to the underlying"
"GRacket toolkit") (code racket/draw) "library")
(para "For example," (code (disk 100)) "is the same as") (para "For example," (code (disk 100)) "is the same as")
(code (code
(dc (lambda (dc dx dy) (dc (lambda (dc dx dy)
@ -878,4 +878,4 @@
0.9) 0.9)
(blank) (blank)
(para "For further information, search for" (para "For further information, search for"
(tt "slideshow") "in Help Desk")) (tt "slideshow") "in the documentation"))