emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/streams.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi
Date: Mon, 14 Feb 2005 05:23:29 -0500

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.25 emacs/lispref/streams.texi:1.26
*** emacs/lispref/streams.texi:1.25     Sun Nov 21 00:32:33 2004
--- emacs/lispref/streams.texi  Mon Feb 14 10:23:29 2005
***************
*** 338,343 ****
--- 338,344 ----
  @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,689 ****
--- 685,691 ----
  @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]