summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-06-01 14:11:14 +0200
committerAndy Wingo <wingo@pobox.com>2010-06-01 14:11:14 +0200
commit0f13fcde65d049c8acdef4da9563c1faf508dc4d (patch)
tree06168b620d3ab58bf08506da665190a4470552d8
parent845cbcfeb92501f7e7ed176aec9fceecb732bb7d (diff)
downloadguile-0f13fcde65d049c8acdef4da9563c1faf508dc4d.tar.gz
small NEWS updates
* NEWS: Some updates.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 31fa2eeb5..367ccc0e0 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Guile has incorporated Jim Bender's `sxml-match' library. See
** New module: (srfi srfi-9 gnu)
This module adds an extension to srfi-9, `set-record-type-printer!'. See
-... in the manual for more information.
+"SRFI-9" in the manual for more information.
** Support for R6RS libraries
@@ -277,7 +277,7 @@ Changes in 1.9.x (since the 1.8.x series):
** `(srfi srfi-18)', more sophisticated multithreading support
** `(ice-9 i18n)', internationalization support
-** `(rnrs bytevector)', the R6RS bytevector API
+** `(rnrs bytevectors)', the R6RS bytevector API
** `(rnrs io ports)', a subset of the R6RS I/O port API
** `(system xref)', a cross-referencing facility (FIXME undocumented)
** `(ice-9 vlist)', lists with constant-time random access; hash lists