comparison src/fns.c @ 21789:c7b93fe649d4

(Fcompare_strings): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Apr 1998 20:29:38 +0000
parents 254857cf599c
children 825e1cc8f4b7
comparison
equal deleted inserted replaced
21788:bbc6e91e6fa1 21789:c7b93fe649d4
221 DEFUN ("compare-strings", Fcompare_strings, 221 DEFUN ("compare-strings", Fcompare_strings,
222 Scompare_strings, 6, 7, 0, 222 Scompare_strings, 6, 7, 0,
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\
224 In string STR1, skip the first START1 characters and stop at END1.\n\ 224 In string STR1, skip the first START1 characters and stop at END1.\n\
225 In string STR2, skip the first START2 characters and stop at END2.\n\ 225 In string STR2, skip the first START2 characters and stop at END2.\n\
226 END1 and END2 default to the full lengths of the respective strings.\n\
227 \n\
226 Case is significant in this comparison if IGNORE-CASE is nil.\n\ 228 Case is significant in this comparison if IGNORE-CASE is nil.\n\
227 Unibyte strings are converted to multibyte for comparison.\n\ 229 Unibyte strings are converted to multibyte for comparison.\n\
228 \n\ 230 \n\
229 The value is t if the strings (or specified portions) match.\n\ 231 The value is t if the strings (or specified portions) match.\n\
230 If string STR1 is less, the value is a negative number N;\n\ 232 If string STR1 is less, the value is a negative number N;\n\