summaryrefslogtreecommitdiff
path: root/doc/ref/api-options.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r--doc/ref/api-options.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index 3d54a28fd..6a3aa2f18 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -509,7 +509,7 @@ keywords #f Style of keyword recognition: #f, 'prefix or 'postfix
case-insensitive no Convert symbols to lower case.
positions yes Record positions of source code expressions.
copy no Copy source code expressions.
-r6rs-hex-escapes no Use R6RS-style string and character hex escapes
+r6rs-hex-escapes no Use R6RS-style string hex escapes
@end smalllisp
Notice that while Standard Scheme is case insensitive, to ease
@@ -523,7 +523,7 @@ To make Guile case insensitive, you can type
@end lisp
For more information on the effect of the @code{r6rs-hex-escapes} option, see
-(@pxref{Characters}) and (@pxref{String Syntax}).
+(@pxref{String Syntax}).
@node Printing options
@subsubsection Printing options