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:
parent
1d5e60df84
commit
8707958e6c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue