diff options
| author | Richard M. Stallman | 1998-04-27 20:29:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-27 20:29:38 +0000 |
| commit | d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba (patch) | |
| tree | 597d31128529a28c7cda713957dc3bd4138c3f51 /src | |
| parent | dea85c7a71dfd287db0b9f10be7daa1b308e4449 (diff) | |
| download | emacs-d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba.tar.gz emacs-d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba.zip | |
(Fcompare_strings): Doc fix.
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\ |