diff options
| author | Richard M. Stallman | 2005-02-14 10:23:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-14 10:23:29 +0000 |
| commit | 53325195f151c6f304e8f095540aca3ea2ca294c (patch) | |
| tree | cf471d0e4c0dec3f8c16785c2f854c1eb7711d4d | |
| parent | 8b480acb35811f6362d97f624fbb17fa10d01dfe (diff) | |
| download | emacs-53325195f151c6f304e8f095540aca3ea2ca294c.tar.gz emacs-53325195f151c6f304e8f095540aca3ea2ca294c.zip | |
(Input Functions): State standard-input default.
(Output Variables): State standard-output default.
| -rw-r--r-- | lispref/streams.texi | 2 |
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 |
| 339 | This variable holds the default input stream---the stream that | 339 | This 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}. |
| 341 | The 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 |
| 685 | The value of this variable is the default output stream---the stream | 686 | The value of this variable is the default output stream---the stream |
| 686 | that print functions use when the @var{stream} argument is @code{nil}. | 687 | that print functions use when the @var{stream} argument is @code{nil}. |
| 688 | The 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 |