]> code.delx.au - gnu-emacs/commitdiff
Fix typo in earlier cl.texi change
authorGlenn Morris <rgm@gnu.org>
Tue, 30 Oct 2012 19:23:13 +0000 (15:23 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 30 Oct 2012 19:23:13 +0000 (15:23 -0400)
doc/misc/cl.texi

index 8cee1cf9639df4a31a5271025496f7093cb45518..3870eb33064c2723a60b3f75b036fb29ae7f4fd7 100644 (file)
@@ -3317,7 +3317,7 @@ by @var{function} are ignored and thrown away rather than being
 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}.  (Note that this function is called
-@code{cl-mapc} even in @file{cl.el}, rather than @code{map*} as you
+@code{cl-mapc} even in @file{cl.el}, rather than @code{mapc*} as you
 might expect.)
 @c http://debbugs.gnu.org/6575
 @end defun