1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Fix doc syntax error

* doc/ref/r6rs.texi (R6RS Incompatibilities): Fix syntax error.
This commit is contained in:
Andy Wingo 2019-09-27 22:52:57 +02:00
parent 714d0b9d9f
commit 42c69ae669

View file

@ -46,7 +46,7 @@ Syntax}, for more information.
@item
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{λ}).
@item