Mercurial > emacs
changeset 57364:c14ee9d769e8
Add missing backquote.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Thu, 07 Oct 2004 12:06:59 +0000 |
parents | ef5d2ed6459e |
children | f84c23342f84 |
files | lispintro/emacs-lisp-intro.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi Thu Oct 07 05:53:41 2004 +0000 +++ b/lispintro/emacs-lisp-intro.texi Thu Oct 07 12:06:59 2004 +0000 @@ -4009,7 +4009,7 @@ 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 +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