emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 54633fcd76: ; * lisp/subr.el (string-equal-ignore-case): Doc fi


From: Eli Zaretskii
Subject: emacs-29 54633fcd76: ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).
Date: Fri, 2 Dec 2022 12:08:59 -0500 (EST)

branch: emacs-29
commit 54633fcd761f8fa2d10a2a653361d6b7b6ff10f2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index cfce5b18c5..1566216279 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]