1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

doc: Fix typo in keywords documentation.

* doc/ref/api-data.texi (Keyword Read Syntax): Fix typo

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Georgi Kirilov 2017-03-01 21:01:26 +01:00 committed by Andy Wingo
parent 109d221650
commit a4fbc5b091

View file

@ -5414,7 +5414,7 @@ of the form @code{:NAME} are read as symbols, as required by R5RS.
@cindex SRFI-88 keyword syntax @cindex SRFI-88 keyword syntax
If the @code{keyword} read option is set to @code{'postfix}, Guile If the @code{keywords} read option is set to @code{'postfix}, Guile
recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}). recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}).
Otherwise, tokens of this form are read as symbols. Otherwise, tokens of this form are read as symbols.