1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +02:00

(Default Ports): Remove duplicate descriptions of

set-current-output-port and set-current-error-port.
This commit is contained in:
Kevin Ryde 2003-05-30 00:17:01 +00:00
parent ab27fb593a
commit 5f653c6a56

View file

@ -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. so that they use the supplied @var{port} for input or output.
@end deffn @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 @node Port Types
@section Types of Port @section Types of Port