From b695bedabef0c0ca6b092319a83d90d4698324aa Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 12 Aug 2010 11:02:02 +0200 Subject: [PATCH] * doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc. Fixes: debbugs:6575 --- doc/misc/ChangeLog | 4 ++++ doc/misc/cl.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 67de15fd2f..8cc9c082ce 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -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 --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 755b2f3f1b..96e4a28ae8 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -3763,10 +3763,10 @@ that it passes in the list pointers themselves rather than the @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 -- 2.20.1