mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 12:31:32 -08:00
(Input Functions): State standard-input default.
(Output Variables): State standard-output default.
This commit is contained in:
parent
8b480acb35
commit
53325195f1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue