diff options
| author | Glenn Morris | 2012-10-30 15:23:13 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-30 15:23:13 -0400 |
| commit | 86a7968c86b150c59ef62d27d2b139be18926fc2 (patch) | |
| tree | 0da2a62fd5c5963acec7e41cadf6df85fc19a6a5 | |
| parent | 02615da0724b1c97628f0073455e975710ca1cb7 (diff) | |
| download | emacs-86a7968c86b150c59ef62d27d2b139be18926fc2.tar.gz emacs-86a7968c86b150c59ef62d27d2b139be18926fc2.zip | |
Fix typo in earlier cl.texi change
| -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 |