aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-20 04:08:31 +0000
committerRichard M. Stallman1998-04-20 04:08:31 +0000
commitf95837d0a443d14a879a12eb9a44fb510df0f4de (patch)
tree0bdafaf3c00a2c7a7c3534806455ee7bbd58bb8f /src
parent69f4ef200916c22d459c1da9c9857f8397b78bab (diff)
downloademacs-f95837d0a443d14a879a12eb9a44fb510df0f4de.tar.gz
emacs-f95837d0a443d14a879a12eb9a44fb510df0f4de.zip
(Fcompare_strings): Require first 6 args.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 97548e70f30..26443215a54 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -219,7 +219,7 @@ Symbols are also allowed; their print names are used instead.")
219} 219}
220 220
221DEFUN ("compare-strings", Fcompare_strings, 221DEFUN ("compare-strings", Fcompare_strings,
222 Scompare_strings, 2, 7, 0, 222 Scompare_strings, 6, 7, 0,
223 "Compare the contents of two strings, converting to multibyte if needed.\n\ 223 "Compare the contents of two strings, converting to multibyte if needed.\n\
224In string STR1, skip the first START1 characters and stop at END1.\n\ 224In string STR1, skip the first START1 characters and stop at END1.\n\
225In string STR2, skip the first START2 characters and stop at END2.\n\ 225In string STR2, skip the first START2 characters and stop at END2.\n\