mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Fix doc syntax error
* doc/ref/r6rs.texi (R6RS Incompatibilities): Fix syntax error.
This commit is contained in:
parent
714d0b9d9f
commit
42c69ae669
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Syntax}, for more information.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Guile does not yet support Unicode escapes in symbols, such as
|
Guile does not yet support Unicode escapes in symbols, such as
|
||||||
@code{H\x65;llo} (the same as @code{Hello}), or @code(\x3BB;) (the same
|
@code{H\x65;llo} (the same as @code{Hello}), or @code{\x3BB;} (the same
|
||||||
as @code{λ}).
|
as @code{λ}).
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue