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