doc for make, mzcom, and mysterx (started) collections; Sam's patches to syntax/module-reader docs

svn: r9324

original commit: 09b52486b4d9b1a18a82c903cb8406169c5ffa4f
This commit is contained in:
Matthew Flatt 2008-04-15 20:25:56 +00:00
parent 871aeca0a6
commit a06e0ba9f5

View File

@ -303,7 +303,7 @@
[s (element->string f)])
(index* (list (substring s 1 (sub1 (string-length s)))) (list f) f)))
(define (exec . str)
(make-element 'tt (decode-content str)))
(make-element 'tt str))
(define (Flag . str)
(make-element 'no-break (list (make-element 'tt (cons "-" (decode-content str))))))
(define (DFlag . str)