mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
Fix "Scheme Syntax" info rendering
* doc/ref/api-evaluation.texi (Expression Syntax): Fix quote and quasiquote so that they actually look different in Info.
This commit is contained in:
parent
68f13adaaf
commit
62f08b8f38
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.
|
since they may be in read-only memory.
|
||||||
|
|
||||||
@item (quote @var{data})
|
@item (quote @var{data})
|
||||||
@itemx '@var{data}
|
@itemx @verb{|'|}@var{data}
|
||||||
@findex quote
|
@findex quote
|
||||||
@findex '
|
@findex '
|
||||||
Quoting is used to obtain a literal symbol (instead of a variable
|
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.
|
read-only memory.
|
||||||
|
|
||||||
@item (quasiquote @var{data})
|
@item (quasiquote @var{data})
|
||||||
@itemx `@var{data}
|
@itemx @verb{|`|}@var{data}
|
||||||
@findex quasiquote
|
@findex quasiquote
|
||||||
@findex `
|
@findex `
|
||||||
Backquote quasi-quotation is like @code{quote}, but selected
|
Backquote quasi-quotation is like @code{quote}, but selected
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue