From: Richard M. Stallman Date: Mon, 14 Feb 2005 10:23:29 +0000 (+0000) Subject: (Input Functions): State standard-input default. X-Git-Tag: ttn-vms-21-2-B4~2302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53325195f151c6f304e8f095540aca3ea2ca294c;p=emacs.git (Input Functions): State standard-input default. (Output Variables): State standard-output default. --- 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: @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 @@ returns @code{"The buffer is foo"}. @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