aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-14 10:23:29 +0000
committerRichard M. Stallman2005-02-14 10:23:29 +0000
commit53325195f151c6f304e8f095540aca3ea2ca294c (patch)
treecf471d0e4c0dec3f8c16785c2f854c1eb7711d4d
parent8b480acb35811f6362d97f624fbb17fa10d01dfe (diff)
downloademacs-53325195f151c6f304e8f095540aca3ea2ca294c.tar.gz
emacs-53325195f151c6f304e8f095540aca3ea2ca294c.zip
(Input Functions): State standard-input default.
(Output Variables): State standard-output default.
-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