From 8679155d53595fedfb3d400dd8a0b546fec33d93 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Tue, 23 Aug 2016 12:41:46 -0400 Subject: [PATCH] fixed typos in csug/io.stex original commit: e38c5b2c5b01975c95f6b7cc05792e6074f86740 --- csug/io.stex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csug/io.stex b/csug/io.stex index b77c19ba6f..94629df59d 100644 --- a/csug/io.stex +++ b/csug/io.stex @@ -3152,14 +3152,14 @@ common control structures, e.g., around \scheme{let} bindings and \listlibraries \endentryheader -Chez Scheme extends the syntax of identifiers as described +Chez Scheme extends the syntax of identifiers as described in Section~\ref{SECTINTROSYNTAX}, except within a set of forms prefixed by \scheme{#!r6rs} (which is implied by in a library or top-level program). -When this parameter is set to a false (the default), identifiers in the +When this parameter is set to false (the default), identifiers in the extended set are printed with hex scalar value escapes as necessary to conform to the R6RS syntax for identifiers. -When this parameter is set to a a true value, identifiers in the +When this parameter is set to a true value, identifiers in the extended set are printed without the escapes. Identifiers whose names fall outside of both syntaxes are printed with the escapes regardless of the setting of this parameter.