doc: Fix typo in keywords documentation.
authorGeorgi Kirilov <kirilov.georgi.s@gmail.com>
Wed, 1 Mar 2017 20:01:26 +0000 (21:01 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 1 Mar 2017 20:02:24 +0000 (21:02 +0100)
* doc/ref/api-data.texi (Keyword Read Syntax): Fix typo

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/ref/api-data.texi

index 76a742d360dbfb2fd87f8c7bbfc530a397fae7c4..214c6e2e136917b07398c67b43314e34257efbc2 100644 (file)
@@ -5414,7 +5414,7 @@ of the form @code{:NAME} are read as symbols, as required by R5RS.
 
 @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}).
 Otherwise, tokens of this form are read as symbols.