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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/intro.texi
Date: Sat, 20 Nov 2004 21:48:03 -0500

Index: emacs/lispref/intro.texi
diff -c emacs/lispref/intro.texi:1.26 emacs/lispref/intro.texi:1.27
*** emacs/lispref/intro.texi:1.26       Mon Mar 15 02:40:28 2004
--- emacs/lispref/intro.texi    Sun Nov 21 02:31:58 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") (print 'bar))
       @print{} foo
       @print{} bar
       @result{} bar




reply via email to

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