Add missing backquote.

This commit is contained in:
Robert J. Chassell 2004-10-07 12:06:59 +00:00
parent eb6a2b6140
commit 626f61ac6f

View file

@ -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