diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/cl.texi | 2 |
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 | |||
| 3317 | collected into a list. The return value of @code{cl-mapc} is @var{seq}, | 3317 | collected into a list. The return value of @code{cl-mapc} is @var{seq}, |
| 3318 | the first sequence. This function is more general than the Emacs | 3318 | the first sequence. This function is more general than the Emacs |
| 3319 | primitive @code{mapc}. (Note that this function is called | 3319 | primitive @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 |
| 3321 | might expect.) | 3321 | might expect.) |
| 3322 | @c http://debbugs.gnu.org/6575 | 3322 | @c http://debbugs.gnu.org/6575 |
| 3323 | @end defun | 3323 | @end defun |