]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompare_strings): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Apr 1998 20:29:38 +0000 (20:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Apr 1998 20:29:38 +0000 (20:29 +0000)
src/fns.c

index 9c540948c5d2e68a04d1843efa61bd219c2934b3..49f0a58b241809f049719cfec6a0c216ea2929ac 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -223,6 +223,8 @@ DEFUN ("compare-strings", Fcompare_strings,
   "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\