1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +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.
@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