Fix virulent typo.
[bpt/guile.git] / README
diff --git a/README b/README
index 6831368..6151d0d 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ anonymous CVS or as a nightly snapshot at some random time after the
 Guile 1.4 release.  If this were a Guile release, you would not see
 this message. !!!  [fixme: zonk on release]
 
-This is a 1.5 development version of Guile, Project GNU's extension
+This is a 1.7 development version of Guile, Project GNU's extension
 language library.  Guile is an interpreter for Scheme, packaged as a
 library that you can link into your applications to give them their
 own scripting language.  Guile will eventually support other languages
@@ -14,7 +14,7 @@ Guile versions with an odd middle number, i.e. 1.5.* are unstable
 development versions.  Even middle numbers indicate stable versions.
 This has been the case since the 1.3.* series.
 
-The next stable release will be version 1.6.0.
+The next stable release will be version 1.8.0.
 
 Please send bug reports to bug-guile@gnu.org.
 
@@ -121,17 +121,17 @@ It works like this:
   variable GUILE_WARN_DEPRECATED.  A value of "yes" is changed to
   "summary" and "shutup" is changed to "no", however.
 
-  When GUILE_WARN_DEPRECATION has the value "no", nothing special will
+  When GUILE_WARN_DEPRECATED has the value "no", nothing special will
   happen when a deprecated feature is used.
 
-  When GUILE_WARN_DEPRECATION has the value "summary", and a deprecated
+  When GUILE_WARN_DEPRECATED has the value "summary", and a deprecated
   feature has been used, Guile will print this message at exit:
 
     Some deprecated features have been used.  Set the environment
     variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program
     to get more information.  Set it to "no" to suppress this message.
 
-  When GUILE_WARN_DEPRECATION has the value "detailed", a detailed
+  When GUILE_WARN_DEPRECATED has the value "detailed", a detailed
   warning is emitted immediatly for the first use of a deprecated
   feature.
 
@@ -195,8 +195,14 @@ Automake macros, in ${prefix}/share/aclocal:
 
 Documentation in Info format, in ${prefix}/info:
 
- data-rep.info --- an essay on how to write C code that works with
-       Guile Scheme values.
+ guile --- Guile reference manual.
+
+ guile-tut --- Guile tutorial.
+
+ GOOPS --- GOOPS reference manual.
+
+ r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
+
 
 The Guile source tree is laid out as follows: