From: Robert J. Chassell Date: Thu, 7 Oct 2004 12:06:59 +0000 (+0000) Subject: Add missing backquote. X-Git-Tag: ttn-vms-21-2-B4~4689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=626f61ac6fbe43e4f121f5f95409b4e8b0c081c3;p=emacs.git Add missing backquote. --- diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 4130eefd2cf..b47ff7aa5b1 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -4009,7 +4009,7 @@ the @dfn{else-part}, for the case when the true-or-false-test returns 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