fix bad encoding in reference manual

svn: r9965

original commit: cde865b571717368478f48a9cb965f66af867ea8
This commit is contained in:
Matthew Flatt 2008-05-26 21:11:20 +00:00
parent 8aec4f586d
commit 290490a455

View File

@ -42,9 +42,10 @@
(define-code SCHEMEBLOCK (to-paragraph/prefix (hspace 2) (hspace 2) "")
UNSYNTAX)
(define-code SCHEMEBLOCK0 to-paragraph UNSYNTAX)
(define interaction-prompt (make-element 'tt (list "> " )))
(define-code schemeinput
(to-paragraph/prefix
(make-element #f (list (hspace 2) (make-element 'tt (list "> " ))))
(make-element #f (list (hspace 2) interaction-prompt))
(hspace 4)
""))