diff src/fns.c @ 21789:c7b93fe649d4

(Fcompare_strings): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Apr 1998 20:29:38 +0000
parents 254857cf599c
children 825e1cc8f4b7
line wrap: on
line diff
--- 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\