From: Eli Zaretskii Date: Fri, 2 Dec 2022 17:08:08 +0000 (+0200) Subject: ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779). X-Git-Tag: emacs-29.0.90~1371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54633fcd761f8fa2d10a2a653361d6b7b6ff10f2;p=emacs.git ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779). --- diff --git a/lisp/subr.el b/lisp/subr.el index cfce5b18c55..15662162798 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -5435,7 +5435,7 @@ and replace a sub-expression, e.g. (apply #'concat (nreverse matches))))) (defsubst string-equal-ignore-case (string1 string2) - "Like `string-equal', but case-insensitive. + "Compare STRING1 and STRING2 case-insensitively. Upper-case and lower-case letters are treated as equal. Unibyte strings are converted to multibyte for comparison." (declare (pure t) (side-effect-free t))