projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109d221
)
doc: Fix typo in keywords documentation.
author
Georgi Kirilov
<kirilov.georgi.s@gmail.com>
Wed, 1 Mar 2017 20:01:26 +0000
(21:01 +0100)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/doc/ref/api-data.texi
b/doc/ref/api-data.texi
index 76a742d360dbfb2fd87f8c7bbfc530a397fae7c4..214c6e2e136917b07398c67b43314e34257efbc2 100644
(file)
--- 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{keyword
s
} 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.