summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-05-29 00:13:01 +0000
committerJim Blandy <jimb@red-bean.com>1997-05-29 00:13:01 +0000
commit1e5afba02b39c1e438a92f7a902da25e71396666 (patch)
treef2a1d12544b384725394e20a472eaea7e8087186 /NEWS
parent24e37377fa4d21083bc944fb71a612e54d548ceb (diff)
downloadguile-1e5afba02b39c1e438a92f7a902da25e71396666.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c36ab3485..1cf71d626 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,8 @@ Changes in Guile 1.2:
token of the form #:NAME, where NAME has the same syntax as a Scheme
symbol, is the external representation of the keyword named NAME.
Keyword objects print using this syntax as well, so values containing
-keyword objects can be read back into Guile.
+keyword objects can be read back into Guile. When used in an
+expression, keywords are self-quoting objects.
Guile suports this read syntax, and uses this print syntax, regardless
of the current setting of the `keyword' read option. The `keyword'