From 42c69ae66995626c3bda451a44498d6e638aa2b6 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 27 Sep 2019 22:52:57 +0200 Subject: [PATCH] Fix doc syntax error * doc/ref/r6rs.texi (R6RS Incompatibilities): Fix syntax error. --- doc/ref/r6rs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi index 5c1c1b18f..436f7c84b 100644 --- a/doc/ref/r6rs.texi +++ b/doc/ref/r6rs.texi @@ -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