projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8413e95
)
; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 2 Dec 2022 17:08:08 +0000
(19:08 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 2 Dec 2022 17:08:08 +0000
(19:08 +0200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index cfce5b18c55f512d75b9db7b0a1692b707669589..15662162798073142b4ae72b1a3559f252e868a5 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-5435,7
+5435,7
@@
and replace a sub-expression, e.g.
(apply #'concat (nreverse matches)))))
\f
(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))