]> code.delx.au - gnu-emacs/commitdiff
Add missing backquote.
authorRobert J. Chassell <bob@rattlesnake.com>
Thu, 7 Oct 2004 12:06:59 +0000 (12:06 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Thu, 7 Oct 2004 12:06:59 +0000 (12:06 +0000)
lispintro/emacs-lisp-intro.texi

index 4130eefd2cf9ecf9cb25bc1bcc93e0058a3b7f07..b47ff7aa5b10a7283163f46271fba4549f22d3b7 100644 (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