# HG changeset patch # User Richard M. Stallman # Date 1108376609 0 # Node ID 0969061e11f518566d0bb69fbd748b3530b3c948 # Parent d1e94109daa413ae5579779bab91ed53dcc30afe (Input Functions): State standard-input default. (Output Variables): State standard-output default. diff -r d1e94109daa4 -r 0969061e11f5 lispref/streams.texi --- 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