changeset 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 d1e94109daa4
children 1fb3f7454c32
files lispref/streams.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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