fix references docs: buffer-mode argument to make-output-port is optional
svn: r13995
This commit is contained in:
parent
e2f588554a
commit
4d4d2f54e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user