From: Eli Zaretskii Date: Fri, 22 Dec 2006 23:27:28 +0000 (+0000) Subject: Fix a typo in an example. X-Git-Tag: emacs-pretest-22.0.93~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f9184890206bdca70cc2ea06c993d076c39134e;p=emacs.git Fix a typo in an example. --- 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 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