civodul pushed a commit to branch stable-2.0
in repository guile.
commit f637d93f4072e75e41eaaceae8ef22d927f32ae2
Author: Georgi Kirilov <[email protected]>
Date: Mon Jan 23 11:44:37 2017 +0200
doc: Fix typo in keywords documentation.
* doc/ref/api-data.texi (Keyword Read Syntax): Fix typo
Signed-off-by: Ludovic Courtès <[email protected]>
---
doc/ref/api-data.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 7ac8e57..28052d1 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -5879,7 +5879,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.