diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -226,7 +226,7 @@ Like in `substring', negative values are counted from the end. | |||
| 226 | The strings are compared by the numeric values of their characters. | 226 | The strings are compared by the numeric values of their characters. |
| 227 | For instance, STR1 is "less than" STR2 if its first differing | 227 | For instance, STR1 is "less than" STR2 if its first differing |
| 228 | character has a smaller numeric value. If IGNORE-CASE is non-nil, | 228 | character has a smaller numeric value. If IGNORE-CASE is non-nil, |
| 229 | characters are converted to lower-case before comparing them. Unibyte | 229 | characters are converted to upper-case before comparing them. Unibyte |
| 230 | strings are converted to multibyte for comparison. | 230 | strings are converted to multibyte for comparison. |
| 231 | 231 | ||
| 232 | The value is t if the strings (or specified portions) match. | 232 | The value is t if the strings (or specified portions) match. |