From 626f61ac6fbe43e4f121f5f95409b4e8b0c081c3 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Thu, 7 Oct 2004 12:06:59 +0000 Subject: [PATCH] Add missing backquote. --- lispintro/emacs-lisp-intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 4130eefd2c..b47ff7aa5b 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 -- 2.39.2