diff options
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\ |