Add missing backquote.
This commit is contained in:
parent
eb6a2b6140
commit
626f61ac6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue