Mercurial > emacs
diff src/fns.c @ 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 | c359a549f2d2 |
| children | 254857cf599c |
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\
