~ chicken-core (chicken-5) 6de4a42ffc0bd9059327472ada28dffda38e690f


commit 6de4a42ffc0bd9059327472ada28dffda38e690f
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Tue Aug 23 21:08:21 2011 +0200
Commit:     Peter Bex <peter.bex@xs4all.nl>
CommitDate: Tue Aug 23 21:08:21 2011 +0200

    irregex manual: Update irregex-match description so it mentions <start> and <end> arguments

diff --git a/manual/Unit irregex b/manual/Unit irregex
index b7103afe..155946cb 100644
--- a/manual/Unit irregex	
+++ b/manual/Unit irregex	
@@ -112,10 +112,11 @@ position, the longest match is returned.
 
 ===== irregex-match
 
-<procedure>(irregex-match <irx> <str>)</procedure>
+<procedure>(irregex-match <irx> <str> [<start> <end>])</procedure>
 
 Like {{irregex-search}}, but performs an anchored match against the
-beginning and end of the string, without searching.
+beginning and end of the substring specified by {{<start>}} and {{<end>}},
+without searching.
 
 Examples:
 
Trap