From 6d0091d545160525af12c1d375b0eb51e15cd370 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 10 Mar 2017 12:02:21 +0100 Subject: [PATCH] Revert "Fix "Scheme Syntax" info rendering" This reverts commit 62f08b8f38990c1849ea61cd622f84b3d2611cd9, which was causing failing texi2dvi runs. --- doc/ref/api-evaluation.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index f7ec4afbd..3a3e9e632 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -92,7 +92,7 @@ Note that an application must not attempt to modify literal strings, since they may be in read-only memory. @item (quote @var{data}) -@itemx @verb{|'|}@var{data} +@itemx '@var{data} @findex quote @findex ' Quoting is used to obtain a literal symbol (instead of a variable @@ -114,7 +114,7 @@ vectors obtained from a @code{quote} form, since they may be in read-only memory. @item (quasiquote @var{data}) -@itemx @verb{|`|}@var{data} +@itemx `@var{data} @findex quasiquote @findex ` Backquote quasi-quotation is like @code{quote}, but selected