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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/intro.texi [lexbind]
Date: Wed, 08 Dec 2004 18:58:24 -0500

Index: emacs/lispref/intro.texi
diff -c emacs/lispref/intro.texi:1.21.4.3 emacs/lispref/intro.texi:1.21.4.4
*** emacs/lispref/intro.texi:1.21.4.3   Fri Mar 19 23:29:24 2004
--- emacs/lispref/intro.texi    Wed Dec  8 23:36:14 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]