changeset 4797:a5eca70cf401

Fix typo in last patch.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 02 Jan 2010 03:14:09 +0900
parents c45fdd4e1858
children ea7a6c12df45
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.