diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -223,6 +223,8 @@ DEFUN ("compare-strings", Fcompare_strings, | |||
| 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\ |
| 226 | END1 and END2 default to the full lengths of the respective strings.\n\ | ||
| 227 | \n\ | ||
| 226 | Case is significant in this comparison if IGNORE-CASE is nil.\n\ | 228 | Case is significant in this comparison if IGNORE-CASE is nil.\n\ |
| 227 | Unibyte strings are converted to multibyte for comparison.\n\ | 229 | Unibyte strings are converted to multibyte for comparison.\n\ |
| 228 | \n\ | 230 | \n\ |