* random.c, random.h (scm_c_default_rstate, scm_c_uniform32):
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index d734dc4..6f23159 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -991,7 +991,7 @@ work on any kind of port, not just ports which are open on a file.
 
 ** The procedure truncate-file now works on string ports as well
 as file ports.  If the size argument is omitted, the current
-file position is now used.
+file position is used.
 
 ** new procedure: lseek PORT/FDES OFFSET WHENCE
 The arguments are the same as for the old fseek procedure, but it
@@ -1132,7 +1132,7 @@ It is replaced by:
 
 Similarly to the new smob interface, there is a set of function
 setters by which the user can customize the behaviour of his port
-type.  See ports.h (scm_set_ptob_XXX).
+type.  See ports.h (scm_set_port_XXX).
 
 ** scm_strport_to_string: New function: creates a new string from
 a string port's buffer.