all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cl doc sort* typo
@ 2006-12-22 19:01 Kevin Ryde
  2006-12-22 23:27 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2006-12-22 19:01 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cl doc sort* typo
  2006-12-22 19:01 cl doc sort* typo Kevin Ryde
@ 2006-12-22 23:27 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2006-12-22 23:27 UTC (permalink / raw)
  Cc: emacs-devel

> From: Kevin Ryde <user42@zip.com.au>
> Date: Sat, 23 Dec 2006 06:01:54 +1100
> 
> 2006-12-22  Kevin Ryde  <user42@zip.com.au>
> 
> 	* cl.texi (Sorting Sequences): Typo in sort*, example showed plain
> 	"sort" instead of "sort*".

Thanks, I fixed this.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-22 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-22 19:01 cl doc sort* typo Kevin Ryde
2006-12-22 23:27 ` Eli Zaretskii

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.