/[emacs]/emacs/lispref/streams.texi
ViewVC logotype

Diff of /emacs/lispref/streams.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by rms, Sun Nov 21 00:32:33 2004 UTC revision 1.26 by rms, Mon Feb 14 10:23:29 2005 UTC
# Line 338  For example: Line 338  For example:
338  @defvar standard-input  @defvar standard-input
339  This variable holds the default input stream---the stream that  This variable holds the default input stream---the stream that
340  @code{read} uses when the @var{stream} argument is @code{nil}.  @code{read} uses when the @var{stream} argument is @code{nil}.
341    The default is @code{t}, meaning use the minibuffer.
342  @end defvar  @end defvar
343    
344  @node Output Streams  @node Output Streams
# Line 684  returns @code{"The buffer is foo"}. Line 685  returns @code{"The buffer is foo"}.
685  @defvar standard-output  @defvar standard-output
686  The value of this variable is the default output stream---the stream  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}.  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  @end defvar  @end defvar
690    
691  @defvar print-quoted  @defvar print-quoted

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26