; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).
This commit is contained in:
parent
8413e95138
commit
54633fcd76
1 changed files with 1 additions and 1 deletions
|
@ -5435,7 +5435,7 @@ and replace a sub-expression, e.g.
|
||||||
(apply #'concat (nreverse matches)))))
|
(apply #'concat (nreverse matches)))))
|
||||||
|
|
||||||
(defsubst string-equal-ignore-case (string1 string2)
|
(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.
|
Upper-case and lower-case letters are treated as equal.
|
||||||
Unibyte strings are converted to multibyte for comparison."
|
Unibyte strings are converted to multibyte for comparison."
|
||||||
(declare (pure t) (side-effect-free t))
|
(declare (pure t) (side-effect-free t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue