From 092bdcc46b30775aba7117cda0602fc6e39f0b0f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 9 Aug 2004 01:33:03 +0000 Subject: In open-file, split a paragraph for clarity. --- doc/ref/api-io.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/ref/api-io.texi') diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index 1540422b8..d5ba25b43 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -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 -- cgit v1.2.3