diff options
author | Andy Wingo <wingo@pobox.com> | 2016-06-24 09:55:28 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-06-24 09:55:28 +0200 |
commit | cab7167849d3ec9eb22b3913de87c1670065475e (patch) | |
tree | 117272b1f9cc2f5a773d9ad6004ec79053e6f625 | |
parent | 7d550c4ea0c78c5f4a726cae03bf812a246a6dde (diff) | |
download | guile-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.texi | 2 |
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. |