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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi
Date: Mon, 17 Oct 2005 02:48:54 -0400

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.29 emacs/lispref/streams.texi:1.30
*** emacs/lispref/streams.texi:1.29     Wed Aug 10 14:29:00 2005
--- emacs/lispref/streams.texi  Mon Oct 17 06:48:54 2005
***************
*** 663,669 ****
  the printed representation of a Lisp object as a string.
  @end defun
  
! @defmac with-output-to-string body...
  This macro executes the @var{body} forms with @code{standard-output} set
  up to feed output into a string.  Then it returns that string.
  
--- 663,669 ----
  the printed representation of a Lisp object as a string.
  @end defun
  
! @defmac with-output-to-string address@hidden
  This macro executes the @var{body} forms with @code{standard-output} set
  up to feed output into a string.  Then it returns that string.
  




reply via email to

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