summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-io.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-05-30 00:17:01 +0000
committerKevin Ryde <user42@zip.com.au>2003-05-30 00:17:01 +0000
commit5f653c6a562e34e829befa7c9e1ad82ba409bf95 (patch)
tree9c42144d9567c9d57053cd5d47f02bf0377afdad /doc/ref/scheme-io.texi
parentab27fb593aaa1aa775366660585056945921755d (diff)
downloadguile-5f653c6a562e34e829befa7c9e1ad82ba409bf95.tar.gz
(Default Ports): Remove duplicate descriptions of
set-current-output-port and set-current-error-port.
Diffstat (limited to 'doc/ref/scheme-io.texi')
-rw-r--r--doc/ref/scheme-io.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/ref/scheme-io.texi b/doc/ref/scheme-io.texi
index 9131e78da..6432eee45 100644
--- a/doc/ref/scheme-io.texi
+++ b/doc/ref/scheme-io.texi
@@ -602,14 +602,6 @@ Change the ports returned by @code{current-input-port},
so that they use the supplied @var{port} for input or output.
@end deffn
-@deffn {Scheme Procedure} set-current-output-port port
-Set the current default output port to PORT.
-@end deffn
-
-@deffn {Scheme Procedure} set-current-error-port port
-Set the current default error port to PORT.
-@end deffn
-
@node Port Types
@section Types of Port