1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Revert "Fix "Scheme Syntax" info rendering"

This reverts commit 62f08b8f38, which was
causing failing texi2dvi runs.
This commit is contained in:
Andy Wingo 2017-03-10 12:02:21 +01:00
parent fe0117ad63
commit 6d0091d545

View 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 @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