mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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
7d550c4ea0
commit
cab7167849
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue