bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25512: [PATCH] Fix typo in keywords documentation


From: Georgi Kirilov
Subject: bug#25512: [PATCH] Fix typo in keywords documentation
Date: Mon, 23 Jan 2017 11:44:37 +0200

 * doc/ref/api-data.texi (Keyword Read Syntax): Fix typo
---
 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 1b3170e4f..4316fc0f5 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -5412,7 +5412,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.
 
-- 
2.11.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]