1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

In open-file, split a paragraph for clarity.

This commit is contained in:
Kevin Ryde 2004-08-09 01:33:03 +00:00
parent c755b8615e
commit 092bdcc46b

View file

@ -727,10 +727,12 @@ systems, but has no effect on Unix-like systems.
call, when that flag is available.)
@end table
If a file cannot be opened with the access
requested, @code{open-file} throws an exception.
In theory we could create read/write ports which were buffered
in one direction only. However this isn't included in the
current interfaces. If a file cannot be opened with the access
requested, @code{open-file} throws an exception.
current interfaces.
@end deffn
@rnindex open-input-file