diff lispref/streams.texi @ 60045:0969061e11f5

(Input Functions): State standard-input default. (Output Variables): State standard-output default.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Feb 2005 10:23:29 +0000
parents 914a0d13f0bf
children 7f3f022eec49 7e3f621f1dd4
line wrap: on
line diff
--- a/lispref/streams.texi	Mon Feb 14 10:22:36 2005 +0000
+++ b/lispref/streams.texi	Mon Feb 14 10:23:29 2005 +0000
@@ -338,6 +338,7 @@
 @defvar standard-input
 This variable holds the default input stream---the stream that
 @code{read} uses when the @var{stream} argument is @code{nil}.
+The default is @code{t}, meaning use the minibuffer.
 @end defvar
 
 @node Output Streams
@@ -684,6 +685,7 @@
 @defvar standard-output
 The value of this variable is the default output stream---the stream
 that print functions use when the @var{stream} argument is @code{nil}.
+The default is @code{t}, meaning display in the echo area.
 @end defvar
 
 @defvar print-quoted