# HG changeset patch # User Stephen J. Turnbull # Date 1262369649 -32400 # Node ID a5eca70cf4019c9e76da229813840d5d7ecb94c1 # Parent c45fdd4e18588d65079397b14a146a360c7e11ea Fix typo in last patch. diff -r c45fdd4e1858 -r a5eca70cf401 src/fns.c --- a/src/fns.c Sat Jan 02 01:02:43 2010 +0900 +++ b/src/fns.c Sat Jan 02 03:14:09 2010 +0900 @@ -316,7 +316,7 @@ In string STR1, skip the first START1 characters and stop at END1. In string STR2, skip the first START2 characters and stop at END2. END1 and END2 default to the full lengths of the respective strings, -and arguments that are outside the string (negative start or ENDi +and arguments that are outside the string (negative STARTi or ENDi greater than length) are coerced to 0 or string length as appropriate. Optional IGNORE-CASE non-nil means use case-insensitive comparison.