aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/streams.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index 599416fe679..2f27fe193dc 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -338,6 +338,7 @@ For example:
338@defvar standard-input 338@defvar standard-input
339This variable holds the default input stream---the stream that 339This variable holds the default input stream---the stream that
340@code{read} uses when the @var{stream} argument is @code{nil}. 340@code{read} uses when the @var{stream} argument is @code{nil}.
341The default is @code{t}, meaning use the minibuffer.
341@end defvar 342@end defvar
342 343
343@node Output Streams 344@node Output Streams
@@ -684,6 +685,7 @@ returns @code{"The buffer is foo"}.
684@defvar standard-output 685@defvar standard-output
685The value of this variable is the default output stream---the stream 686The value of this variable is the default output stream---the stream
686that print functions use when the @var{stream} argument is @code{nil}. 687that print functions use when the @var{stream} argument is @code{nil}.
688The default is @code{t}, meaning display in the echo area.
687@end defvar 689@end defvar
688 690
689@defvar print-quoted 691@defvar print-quoted