Mercurial > emacs
changeset 109752:29c78eee2a9f
* doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Aug 2010 11:02:02 +0200 |
parents | 90428e3ef1f1 |
children | 8646a04a2d97 |
files | doc/misc/ChangeLog doc/misc/cl.texi |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + + * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc. + 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Customizing Calc): Rearrange description of new
--- 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