guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 04/11: Fix typo about `keywords' read option


From: Andy Wingo
Subject: [Guile-commits] 04/11: Fix typo about `keywords' read option
Date: Sun, 26 Jun 2016 20:58:18 +0000 (UTC)

wingo pushed a commit to branch stable-2.0
in repository guile.

commit 8707958e6cdb353c019ce2080cf48df5a18a6818
Author: Andy Wingo <address@hidden>
Date:   Fri Jun 24 09:55:28 2016 +0200

    Fix typo about `keywords' read option
    
    * doc/ref/api-data.texi (Keyword Read Syntax): Fix typo.  Thanks to
      Glenn Michaels for the report and fix.
---
 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 c39ab91..149a2ec 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -5871,7 +5871,7 @@ objects print using this syntax as well, so values 
containing keyword
 objects can be read back into Guile.  When used in an expression,
 keywords are self-quoting objects.
 
-If the @code{keyword} read option is set to @code{'prefix}, Guile also
+If the @code{keywords} read option is set to @code{'prefix}, Guile also
 recognizes the alternative read syntax @code{:NAME}.  Otherwise, tokens
 of the form @code{:NAME} are read as symbols, as required by R5RS.
 



reply via email to

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