changeset 21673:8a32bf93da04

(Fcompare_strings): Require first 6 args.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Apr 1998 04:08:31 +0000
parents 79703e781c0a
children 0fbfcd0c411d
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Mon Apr 20 03:53:06 1998 +0000
+++ b/src/fns.c	Mon Apr 20 04:08:31 1998 +0000
@@ -219,7 +219,7 @@
 }
 
 DEFUN ("compare-strings", Fcompare_strings,
-       Scompare_strings, 2, 7, 0,
+       Scompare_strings, 6, 7, 0,
   "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\