mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Fix a typo in an example.
This commit is contained in:
parent
b9542c10b7
commit
8f91848902
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue