emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/intro.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/intro.texi [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:04:13 -0500

Index: emacs/lispref/intro.texi
diff -c emacs/lispref/intro.texi:1.23.6.1 emacs/lispref/intro.texi:1.23.6.2
*** emacs/lispref/intro.texi:1.23.6.1   Mon Apr 19 07:01:42 2004
--- emacs/lispref/intro.texi    Wed Dec  8 05:02:10 2004
***************
*** 263,274 ****
  displayed in the echo area.
  
    Examples in this manual indicate printed text with @address@hidden,
! irrespective of where that text goes.  The value returned by evaluating
! the form (here @code{bar}) follows on a separate line.
  
  @example
  @group
! (progn (print 'foo) (print 'bar))
       @print{} foo
       @print{} bar
       @result{} bar
--- 263,275 ----
  displayed in the echo area.
  
    Examples in this manual indicate printed text with @address@hidden,
! irrespective of where that text goes.  The value returned by
! evaluating the form (here @code{bar}) follows on a separate line with
! @address@hidden
  
  @example
  @group
! (progn (prin1 'foo) (princ "\n") (prin1 'bar))
       @print{} foo
       @print{} bar
       @result{} bar




reply via email to

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