From: Kevin Ryde <user42@zip.com.au>
Subject: cl doc sort* typo
Date: Sat, 23 Dec 2006 06:01:54 +1100 [thread overview]
Message-ID: <87psaboiu5.fsf@zip.com.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 142 bytes --]
2006-12-22 Kevin Ryde <user42@zip.com.au>
* cl.texi (Sorting Sequences): Typo in sort*, example showed plain
"sort" instead of "sort*".
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cl.texi.sort.diff --]
[-- Type: text/x-diff, Size: 463 bytes --]
*** cl.texi.~1.29.~ 2006-04-07 09:23:37.000000000 +1000
--- cl.texi 2006-12-22 17:11:01.000000000 +1100
***************
*** 4086,4092 ****
fed to the @var{predicate} function. For example,
@example
! (setq data (sort data 'string-lessp :key 'downcase))
@end example
@noindent
--- 4086,4092 ----
fed to the @var{predicate} function. For example,
@example
! (setq data (sort* data 'string-lessp :key 'downcase))
@end example
@noindent
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next reply other threads:[~2006-12-22 19:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-22 19:01 Kevin Ryde [this message]
2006-12-22 23:27 ` cl doc sort* typo Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87psaboiu5.fsf@zip.com.au \
--to=user42@zip.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.