guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 06/14: doc: Fix typo in keywords documentation.


From: Andy Wingo
Subject: [Guile-commits] 06/14: doc: Fix typo in keywords documentation.
Date: Wed, 1 Mar 2017 15:21:04 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit a4fbc5b091b8b804fe30830daacefc64682b0b4e
Author: Georgi Kirilov <address@hidden>
Date:   Wed Mar 1 21:01:26 2017 +0100

    doc: Fix typo in keywords documentation.
    
    * doc/ref/api-data.texi (Keyword Read Syntax): Fix typo
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 76a742d..214c6e2 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -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.
 



reply via email to

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