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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi
Date: Fri, 04 Apr 2003 01:23:24 -0500

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.16 emacs/lispref/streams.texi:1.17
*** emacs/lispref/streams.texi:1.16     Tue Aug 22 14:42:51 2000
--- emacs/lispref/streams.texi  Tue Feb  4 09:47:54 2003
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999
! @c   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/streams
  @node Read and Print, Minibuffers, Debugging, Top
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999
! @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/streams
  @node Read and Print, Minibuffers, Debugging, Top
***************
*** 489,495 ****
  
  @group
  last-output
!      @result{} (10 34 116 117 112 116 117 111 32 101 104 
      116 32 115 105 32 115 105 104 84 34 10)
  @end group
  @end example
--- 489,495 ----
  
  @group
  last-output
!      @result{} (10 34 116 117 112 116 117 111 32 101 104
      116 32 115 105 32 115 105 104 84 34 10)
  @end group
  @end example
***************
*** 566,578 ****
  (progn (print 'The\ cat\ in)
         (print "the hat")
         (print " came back"))
!      @print{} 
       @print{} The\ cat\ in
!      @print{} 
       @print{} "the hat"
!      @print{} 
       @print{} " came back"
!      @print{} 
       @result{} " came back"
  @end group
  @end example
--- 566,578 ----
  (progn (print 'The\ cat\ in)
         (print "the hat")
         (print " came back"))
!      @print{}
       @print{} The\ cat\ in
!      @print{}
       @print{} "the hat"
!      @print{}
       @print{} " came back"
!      @print{}
       @result{} " came back"
  @end group
  @end example
***************
*** 586,593 ****
  
  @example
  @group
! (progn (prin1 'The\ cat\ in) 
!        (prin1 "the hat") 
         (prin1 " came back"))
       @print{} The\ cat\ in"the hat"" came back"
       @result{} " came back"
--- 586,593 ----
  
  @example
  @group
! (progn (prin1 'The\ cat\ in)
!        (prin1 "the hat")
         (prin1 " came back"))
       @print{} The\ cat\ in"the hat"" came back"
       @result{} " came back"
***************
*** 771,782 ****
  @code{nil} (which is the default) means no limit.
  @end defvar
  
!   These variables are used for detecting and reporting circular 
  and shared structure---but they are only defined in Emacs 21.
  
  @tindex print-circle
  @defvar print-circle
! If address@hidden, this variable enables detection of circular 
  and shared structure in printing.
  @end defvar
  
--- 771,782 ----
  @code{nil} (which is the default) means no limit.
  @end defvar
  
!   These variables are used for detecting and reporting circular
  and shared structure---but they are only defined in Emacs 21.
  
  @tindex print-circle
  @defvar print-circle
! If address@hidden, this variable enables detection of circular
  and shared structure in printing.
  @end defvar
  




reply via email to

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