# HG changeset patch # User Stefan Monnier # Date 1281603722 -7200 # Node ID 29c78eee2a9ff0ba898be521d409915f185c7c11 # Parent 90428e3ef1f178a49c92b303a4b5f11fee205982 * doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc. diff -r 90428e3ef1f1 -r 29c78eee2a9f doc/misc/ChangeLog --- a/doc/misc/ChangeLog Thu Aug 12 10:55:20 2010 +0200 +++ b/doc/misc/ChangeLog Thu Aug 12 11:02:02 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-12 Stefan Monnier + + * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc. + 2010-08-09 Jay Belanger * calc.texi (Customizing Calc): Rearrange description of new diff -r 90428e3ef1f1 -r 29c78eee2a9f doc/misc/cl.texi --- a/doc/misc/cl.texi Thu Aug 12 10:55:20 2010 +0200 +++ b/doc/misc/cl.texi Thu Aug 12 11:02:02 2010 +0200 @@ -3763,10 +3763,10 @@ @code{car}s of the advancing pointers. @end defun -@defun mapc function seq &rest more-seqs +@defun cl-mapc function seq &rest more-seqs This function is like @code{mapcar*}, except that the values returned by @var{function} are ignored and thrown away rather than being -collected into a list. The return value of @code{mapc} is @var{seq}, +collected into a list. The return value of @code{cl-mapc} is @var{seq}, the first sequence. This function is more general than the Emacs primitive @code{mapc}. @end defun