NEWS
changeset 21109 f8f89be75e81
parent 21099 6a0cdb6f72d3
child 21125 9b7d35ca1eef
--- a/NEWS	Mon Oct 30 16:42:46 2006 +0100
+++ b/NEWS	Tue Oct 31 09:28:52 2006 +0100
@@ -693,7 +693,6 @@
 functions for alists, tables, etc:
 
   val nth: 'a list -> int -> 'a 
-  val nth_update: int * 'a -> 'a list -> 'a list
   val nth_map: int -> ('a -> 'a) -> 'a list -> 'a list
   val fold_index: (int * 'a -> 'b -> 'b) -> 'a list -> 'b -> 'b
 
@@ -703,7 +702,7 @@
 * Pure/library: general ``divide_and_conquer'' combinator on lists.
 
 * Pure/General/name_mangler.ML provides a functor for generic name
-mangling (bijective mapping from any expression values to strings).
+mangling (bijective mapping from expression values to strings).
 
 * Pure/General/rat.ML implements rational numbers.