emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi


From: Robert J . Chassell
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
Date: Thu, 07 Oct 2004 08:14:17 -0400

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.27 
emacs/lispintro/emacs-lisp-intro.texi:1.28
*** emacs/lispintro/emacs-lisp-intro.texi:1.27  Tue Oct  5 16:47:54 2004
--- emacs/lispintro/emacs-lisp-intro.texi       Thu Oct  7 12:06:59 2004
***************
*** 4009,4015 ****
  false.  When this happens, the second argument or then-part of the
  overall @code{if} expression is @emph{not} evaluated, but the third or
  else-part @emph{is} evaluated.  You might think of this as the cloudy
! day alternative for the decision `if it is warm and sunny, then go to
  the beach, else read a book!''.
  
  The word ``else'' is not written in the Lisp code; the else-part of an
--- 4009,4015 ----
  false.  When this happens, the second argument or then-part of the
  overall @code{if} expression is @emph{not} evaluated, but the third or
  else-part @emph{is} evaluated.  You might think of this as the cloudy
! day alternative for the decision ``if it is warm and sunny, then go to
  the beach, else read a book!''.
  
  The word ``else'' is not written in the Lisp code; the else-part of an




reply via email to

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