aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/cl.texi2
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
4086fed to the @var{predicate} function. For example, 4086fed 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