aboutsummaryrefslogtreecommitdiffstats
path: root/man/cl.texi
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-12-22 23:27:28 +0000
committerEli Zaretskii <[email protected]>2006-12-22 23:27:28 +0000
commit8f9184890206bdca70cc2ea06c993d076c39134e (patch)
tree9800a0cd2a90cf7aac3be01f758d3eda4beb8503 /man/cl.texi
parentb9542c10b7f6fc30a08bdcca5a4633057fa7a4e8 (diff)
Fix a typo in an example.
Diffstat (limited to 'man/cl.texi')
-rw-r--r--man/cl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/cl.texi b/man/cl.texi
index 051aa18e02..56f81bb394 100644
--- a/man/cl.texi
+++ b/man/cl.texi
@@ -4086,7 +4086,7 @@ accepts a @code{:key} argument which is used to preprocess data
fed to the @var{predicate} function. For example,
@example
-(setq data (sort data 'string-lessp :key 'downcase))
+(setq data (sort* data 'string-lessp :key 'downcase))
@end example
@noindent