2htdp docs: no 'blockquote style

svn: r13007
This commit is contained in:
Matthew Flatt 2009-01-05 10:13:18 +00:00
parent c7870e6ec5
commit dc4aac224d

View File

@ -10,7 +10,7 @@
@(define (table* . stuff) @(define (table* . stuff)
;; (list paragraph paragraph) *-> Table ;; (list paragraph paragraph) *-> Table
(define (flow* x) (make-flow (list x))) (define (flow* x) (make-flow (list x)))
(make-blockquote 'blockquote (make-blockquote #f
(list (list
(make-table (make-with-attributes 'boxed (make-table (make-with-attributes 'boxed
'((cellspacing . "6"))) '((cellspacing . "6")))