fix bad encoding in reference manual
svn: r9965 original commit: cde865b571717368478f48a9cb965f66af867ea8
This commit is contained in:
parent
8aec4f586d
commit
290490a455
|
@ -42,9 +42,10 @@
|
||||||
(define-code SCHEMEBLOCK (to-paragraph/prefix (hspace 2) (hspace 2) "")
|
(define-code SCHEMEBLOCK (to-paragraph/prefix (hspace 2) (hspace 2) "")
|
||||||
UNSYNTAX)
|
UNSYNTAX)
|
||||||
(define-code SCHEMEBLOCK0 to-paragraph UNSYNTAX)
|
(define-code SCHEMEBLOCK0 to-paragraph UNSYNTAX)
|
||||||
|
(define interaction-prompt (make-element 'tt (list "> " )))
|
||||||
(define-code schemeinput
|
(define-code schemeinput
|
||||||
(to-paragraph/prefix
|
(to-paragraph/prefix
|
||||||
(make-element #f (list (hspace 2) (make-element 'tt (list "> " ))))
|
(make-element #f (list (hspace 2) interaction-prompt))
|
||||||
(hspace 4)
|
(hspace 4)
|
||||||
""))
|
""))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user