mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Revert "Fix "Scheme Syntax" info rendering"
This reverts commit 62f08b8f38
, which was
causing failing texi2dvi runs.
This commit is contained in:
parent
fe0117ad63
commit
6d0091d545
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue