summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-06-24 09:55:28 +0200
committerAndy Wingo <wingo@pobox.com>2016-06-24 09:55:28 +0200
commitcab7167849d3ec9eb22b3913de87c1670065475e (patch)
tree117272b1f9cc2f5a773d9ad6004ec79053e6f625
parent7d550c4ea0c78c5f4a726cae03bf812a246a6dde (diff)
downloadguile-cab7167849d3ec9eb22b3913de87c1670065475e.tar.gz
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.
-rw-r--r--doc/ref/api-data.texi2
1 files changed, 1 insertions, 1 deletions
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.