From: Glenn Morris Date: Tue, 30 Oct 2012 19:23:13 +0000 (-0400) Subject: Fix typo in earlier cl.texi change X-Git-Tag: emacs-24.2.90~206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86a7968c86b150c59ef62d27d2b139be18926fc2;p=emacs.git Fix typo in earlier cl.texi change --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 8cee1cf9639..3870eb33064 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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