1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 03:00:25 +02:00

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.
This commit is contained in:
Andy Wingo 2016-06-24 09:55:28 +02:00
parent 1d5e60df84
commit 8707958e6c

View file

@ -5871,7 +5871,7 @@ objects print using this syntax as well, so values containing keyword
objects can be read back into Guile. When used in an expression, objects can be read back into Guile. When used in an expression,
keywords are self-quoting objects. 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 recognizes the alternative read syntax @code{:NAME}. Otherwise, tokens
of the form @code{:NAME} are read as symbols, as required by R5RS. of the form @code{:NAME} are read as symbols, as required by R5RS.