diff etc/NEWS @ 347:7c94d56991e1 r21-1-3

Import from CVS: tag r21-1-3
author cvs
date Mon, 13 Aug 2007 10:53:48 +0200
parents 336b97f03633
children a4f53d9b3154
line wrap: on
line diff
--- a/etc/NEWS	Mon Aug 13 10:53:20 2007 +0200
+++ b/etc/NEWS	Mon Aug 13 10:53:48 2007 +0200
@@ -442,7 +442,7 @@
 
 This means that if you want to test whether A < B < C, you can write
 it as (< A B C) instead of (and (< A B) (< B C)).  Likewise,
-(apply #'> LIST) now tests if LIST is monotonously increasing -- and
+(apply #'> LIST) now tests if LIST is monotonically increasing -- and
 so on.
 
 ** The XEmacs hashtables now have a consistent read/print syntax.