guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] wrong description of string-rindex


From: Nala Ginrut
Subject: [PATCH] wrong description of string-rindex
Date: Tue, 10 Sep 2013 16:22:06 +0800

- Scheme Procedure: string-rindex s char_pred [start [end]]
     Search through the string S from right to left, returning the index
     of the last occurrence of a character which
------
It's actually 'first occurrence', according to the activity of function.
And it's nonsense for 'last occurrence' since string-index does the same
work.

Here's a simple patch for that.

Attachment: 0001-Fixed-typo-of-string-rindex-document.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]