From cab7167849d3ec9eb22b3913de87c1670065475e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 24 Jun 2016 09:55:28 +0200 Subject: Fix typo about `keywords' read option * doc/ref/api-data.texi (Keyword Read Syntax): Fix typo. Thanks to Glenn Michaels for the report and fix. --- doc/ref/api-data.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index aee0bb6ce..c87b01eca 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -5888,7 +5888,7 @@ objects print using this syntax as well, so values containing keyword objects can be read back into Guile. When used in an expression, keywords are self-quoting objects. -If the @code{keyword} read option is set to @code{'prefix}, Guile also +If the @code{keywords} read option is set to @code{'prefix}, Guile also recognizes the alternative read syntax @code{:NAME}. Otherwise, tokens of the form @code{:NAME} are read as symbols, as required by R5RS. -- cgit v1.2.3