From d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Apr 1998 20:29:38 +0000 Subject: [PATCH] (Fcompare_strings): Doc fix. --- src/fns.c | 2 ++ 1 file changed, 2 insertions(+) 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, "Compare the contents of two strings, converting to multibyte if needed.\n\ In string STR1, skip the first START1 characters and stop at END1.\n\ In string STR2, skip the first START2 characters and stop at END2.\n\ +END1 and END2 default to the full lengths of the respective strings.\n\ +\n\ Case is significant in this comparison if IGNORE-CASE is nil.\n\ Unibyte strings are converted to multibyte for comparison.\n\ \n\ -- 2.39.2