fix references docs: buffer-mode argument to make-output-port is optional

svn: r13995
This commit is contained in:
Matthew Flatt 2009-03-06 22:23:49 +00:00
parent e2f588554a
commit 4d4d2f54e2

View File

@ -693,7 +693,8 @@ s
[buffer-mode (or/c (case->
((or/c 'block 'line 'none) . -> . any)
(-> (or/c 'block 'line 'none #f)))
#f)])
#f)
#f])
output-port?]{
Creates an output port, which is immediately open for