comparison lispref/streams.texi @ 76837:4f96f3f74c69

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 14:37:05 +0000
parents 6d19c76d81c5
children a83d15e8c982
comparison
equal deleted inserted replaced
76836:9feeb7a817c0 76837:4f96f3f74c69
679 returns @code{"The buffer is foo"}. 679 returns @code{"The buffer is foo"}.
680 @end defmac 680 @end defmac
681 681
682 @node Output Variables 682 @node Output Variables
683 @section Variables Affecting Output 683 @section Variables Affecting Output
684 @cindex variables affecting output
684 685
685 @defvar standard-output 686 @defvar standard-output
686 The value of this variable is the default output stream---the stream 687 The value of this variable is the default output stream---the stream
687 that print functions use when the @var{stream} argument is @code{nil}. 688 that print functions use when the @var{stream} argument is @code{nil}.
688 The default is @code{t}, meaning display in the echo area. 689 The default is @code{t}, meaning display in the echo area.