minor doc corrections

svn: r12391
This commit is contained in:
Matthew Flatt 2008-11-11 22:24:17 +00:00
parent 8b6ccea76c
commit f96026edf1
2 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ lines like @scheme[read-bytes-line].}
'replace 'truncate 'truncate/replace) 'error])
void?]{
Uses @scheme[display] to print each @scheme[v] to @scheme[path]. The @scheme[mode-flag] and
Uses @scheme[display] to print @scheme[v] to @scheme[path]. The @scheme[mode-flag] and
@scheme[exists-flag] arguments are the same as for
@scheme[open-output-file].}

View File

@ -3,7 +3,7 @@ Added call-with-immediate-continuation-mark
In scheme/port: added port->string, port->bytes, port->lines
port->bytes-lines, and display-list
In scheme/file: added file->string, file->bytes, file->lines,
file->bytes-lines, write-to-file, display-to-file,
file->value, file->bytes-lines, write-to-file, display-to-file,
and display-list-to-file
Version 4.1.2.3