unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* doco srfi-13 string-replace
@ 2003-05-23 21:33 Kevin Ryde
  2003-05-23 21:38 ` Kevin Ryde
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Ryde @ 2003-05-23 21:33 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

FYI:
        * srfi-modules.texi (SRFI-13 Miscellaneous): In string-replace, start1
        and end1 are not optional.

I'll apply this change to the 1.6 branch too, since it's contrary to
the spec and the code, though it's not really a big deal.


[-- Attachment #2: srfi-modules.texi.string-replace.diff --]
[-- Type: text/plain, Size: 582 bytes --]

--- srfi-modules.texi.~1.14.~	2003-05-22 11:33:27.000000000 +1000
+++ srfi-modules.texi	2003-05-23 18:07:50.000000000 +1000
@@ -1799,7 +1799,7 @@
 another string and @code{string-tokenize} splits a string into a list of
 strings, breaking it up at a specified character.
 
-@deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2]
+@deffn {Scheme Procedure} string-replace s1 s2 start1 end1 [start2 end2]
 Return the string @var{s1}, but with the characters
 @var{start1} @dots{} @var{end1} replaced by the characters
 @var{start2} @dots{} @var{end2} from @var{s2}.

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel

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

end of thread, other threads:[~2003-06-04 15:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 21:33 doco srfi-13 string-replace Kevin Ryde
2003-05-23 21:38 ` Kevin Ryde
2003-06-01 23:08   ` Marius Vollmer
2003-06-02  8:23     ` Martin Grabmueller
2003-06-02 15:58       ` Marius Vollmer
2003-06-03  6:56         ` Martin Grabmueller
2003-06-03 13:01           ` Marius Vollmer
2003-06-04 15:45         ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).