changeset 27387:d0a7127b33e5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2000 05:31:13 +0000
parents 549ccf34df84
children 38dfea505906
files etc/NEWS
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Jan 21 03:43:45 2000 +0000
+++ b/etc/NEWS	Fri Jan 21 05:31:13 2000 +0000
@@ -1022,7 +1022,8 @@
 
 ** New dolist and dotimes macros.
 
-The dolist and dotimes macros of Common Lisp are now available.
+Simple versions of the dolist and dotimes macros of Common Lisp
+are now defined in Emacs Lisp.
 
 (dolist (VAR LIST [RESULT]) BODY...)
       Execute body once for each element of LIST,