From: Richard M. Stallman Date: Mon, 27 Apr 1998 20:29:38 +0000 (+0000) Subject: (Fcompare_strings): Doc fix. X-Git-Tag: emacs-20.3~1287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba;p=emacs.git (Fcompare_strings): Doc fix. --- 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\