# HG changeset patch # User Richard M. Stallman # Date 893708978 0 # Node ID c7b93fe649d4fdc56bc7e9f22b43c9761871da86 # Parent bbc6e91e6fa12d58766cf1b271ed4470fd9ba59b (Fcompare_strings): Doc fix. diff -r bbc6e91e6fa1 -r c7b93fe649d4 src/fns.c --- a/src/fns.c Mon Apr 27 19:47:31 1998 +0000 +++ b/src/fns.c Mon Apr 27 20:29:38 1998 +0000 @@ -223,6 +223,8 @@ "Compare the contents of two strings, converting to multibyte if needed.\n\ In string STR1, skip the first START1 characters and stop at END1.\n\ In string STR2, skip the first START2 characters and stop at END2.\n\ +END1 and END2 default to the full lengths of the respective strings.\n\ +\n\ Case is significant in this comparison if IGNORE-CASE is nil.\n\ Unibyte strings are converted to multibyte for comparison.\n\ \n\