Masatake YAMATO | 28 May 11:29

typo in doc of permute

Hi,

I found a typo in modgauche.texi. If it is not fixed yet, please
install following patch.

Masatake YAMATO

Index: modgauche.texi
===================================================================
RCS file: /cvsroot/gauche/Gauche/doc/modgauche.texi,v
retrieving revision 1.112
diff -c -r1.112 modgauche.texi
*** modgauche.texi	18 Apr 2008 11:06:02 -0000	1.112
--- modgauche.texi	28 May 2008 09:24:01 -0000
***************
*** 8079,8085 ****

  @example
  (permute '(a b c d) '(3 2 0 1))     @result{} (d c a b)
! (permute '(a b c d) '(0 2))         @result{} (a b)
  (permute '(a b c d) '(0 0 1 1 2 2)) @result{} (a a b b c c)
  @end example

--- 8079,8085 ----

  @example
  (permute '(a b c d) '(3 2 0 1))     @result{} (d c a b)
! (permute '(a b c d) '(0 2))         @result{} (a c)
  (permute '(a b c d) '(0 0 1 1 2 2)) @result{} (a a b b c c)
  @end example
(Continue reading)

Shiro Kawai | 29 May 06:02

Re: typo in doc of permute

patch applied.  thanks.

--shiro

From: Masatake YAMATO <yamato <at> redhat.com>
Subject: [Gauche-devel] typo in doc of permute
Date: Wed, 28 May 2008 18:31:33 +0900 (JST)

> Hi,
> 
> I found a typo in modgauche.texi. If it is not fixed yet, please
> install following patch.
> 
> Masatake YAMATO

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane