diff options
| author | Richard M. Stallman | 1998-04-20 04:08:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-20 04:08:31 +0000 |
| commit | f95837d0a443d14a879a12eb9a44fb510df0f4de (patch) | |
| tree | 0bdafaf3c00a2c7a7c3534806455ee7bbd58bb8f /src | |
| parent | 69f4ef200916c22d459c1da9c9857f8397b78bab (diff) | |
| download | emacs-f95837d0a443d14a879a12eb9a44fb510df0f4de.tar.gz emacs-f95837d0a443d14a879a12eb9a44fb510df0f4de.zip | |
(Fcompare_strings): Require first 6 args.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -219,7 +219,7 @@ Symbols are also allowed; their print names are used instead.") | |||
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | DEFUN ("compare-strings", Fcompare_strings, | 221 | DEFUN ("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\ |
| 224 | In string STR1, skip the first START1 characters and stop at END1.\n\ | 224 | In string STR1, skip the first START1 characters and stop at END1.\n\ |
| 225 | In string STR2, skip the first START2 characters and stop at END2.\n\ | 225 | In string STR2, skip the first START2 characters and stop at END2.\n\ |