aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-30 15:23:13 -0400
committerGlenn Morris2012-10-30 15:23:13 -0400
commit86a7968c86b150c59ef62d27d2b139be18926fc2 (patch)
tree0da2a62fd5c5963acec7e41cadf6df85fc19a6a5
parent02615da0724b1c97628f0073455e975710ca1cb7 (diff)
downloademacs-86a7968c86b150c59ef62d27d2b139be18926fc2.tar.gz
emacs-86a7968c86b150c59ef62d27d2b139be18926fc2.zip
Fix typo in earlier cl.texi change
-rw-r--r--doc/misc/cl.texi2
1 files changed, 1 insertions, 1 deletions
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
3317collected into a list. The return value of @code{cl-mapc} is @var{seq}, 3317collected into a list. The return value of @code{cl-mapc} is @var{seq},
3318the first sequence. This function is more general than the Emacs 3318the first sequence. This function is more general than the Emacs
3319primitive @code{mapc}. (Note that this function is called 3319primitive @code{mapc}. (Note that this function is called
3320@code{cl-mapc} even in @file{cl.el}, rather than @code{map*} as you 3320@code{cl-mapc} even in @file{cl.el}, rather than @code{mapc*} as you
3321might expect.) 3321might expect.)
3322@c http://debbugs.gnu.org/6575 3322@c http://debbugs.gnu.org/6575
3323@end defun 3323@end defun