]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2000 05:31:13 +0000 (05:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2000 05:31:13 +0000 (05:31 +0000)
etc/NEWS

index 6375625ffe8dd36601a18374872079d040d37667..fae08e217336559e1bfcd0c2021ad3c3ad90f346 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1022,7 +1022,8 @@ as the place that holds the list to be changed.
 
 ** 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,