Fix "Scheme Syntax" info rendering
authorAndy Wingo <wingo@pobox.com>
Wed, 1 Mar 2017 08:41:57 +0000 (09:41 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 1 Mar 2017 08:41:57 +0000 (09:41 +0100)
* doc/ref/api-evaluation.texi (Expression Syntax): Fix quote and
  quasiquote so that they actually look different in Info.

doc/ref/api-evaluation.texi

index 3a3e9e632ba2cf326a85bc098c955aa0365e892d..f7ec4afbd90a06ef19ae1ccd74fce44c28767a68 100644 (file)
@@ -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 '@var{data}
+@itemx @verb{|'|}@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 `@var{data}
+@itemx @verb{|`|}@var{data}
 @findex quasiquote
 @findex `
 Backquote quasi-quotation is like @code{quote}, but selected