aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 9c540948c5d..49f0a58b241 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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\
224In string STR1, skip the first START1 characters and stop at END1.\n\ 224In string STR1, skip the first START1 characters and stop at END1.\n\
225In string STR2, skip the first START2 characters and stop at END2.\n\ 225In string STR2, skip the first START2 characters and stop at END2.\n\
226END1 and END2 default to the full lengths of the respective strings.\n\
227\n\
226Case is significant in this comparison if IGNORE-CASE is nil.\n\ 228Case is significant in this comparison if IGNORE-CASE is nil.\n\
227Unibyte strings are converted to multibyte for comparison.\n\ 229Unibyte strings are converted to multibyte for comparison.\n\
228\n\ 230\n\