diff options
| author | Eli Zaretskii | 2006-12-22 23:27:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 23:27:28 +0000 |
| commit | 8f9184890206bdca70cc2ea06c993d076c39134e (patch) | |
| tree | 9800a0cd2a90cf7aac3be01f758d3eda4beb8503 | |
| parent | b9542c10b7f6fc30a08bdcca5a4633057fa7a4e8 (diff) | |
| download | emacs-8f9184890206bdca70cc2ea06c993d076c39134e.tar.gz emacs-8f9184890206bdca70cc2ea06c993d076c39134e.zip | |
Fix a typo in an example.
| -rw-r--r-- | man/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/cl.texi b/man/cl.texi index 051aa18e02c..56f81bb3947 100644 --- a/man/cl.texi +++ b/man/cl.texi | |||
| @@ -4086,7 +4086,7 @@ accepts a @code{:key} argument which is used to preprocess data | |||
| 4086 | fed to the @var{predicate} function. For example, | 4086 | fed to the @var{predicate} function. For example, |
| 4087 | 4087 | ||
| 4088 | @example | 4088 | @example |
| 4089 | (setq data (sort data 'string-lessp :key 'downcase)) | 4089 | (setq data (sort* data 'string-lessp :key 'downcase)) |
| 4090 | @end example | 4090 | @end example |
| 4091 | 4091 | ||
| 4092 | @noindent | 4092 | @noindent |