Small typo in recent change
Lele Gaifax <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Organization | Nautilus Entertainments |
| Message-ID | <[email protected]> |
Hi, I casually noticed a typo in a recent change to simple.el, and I'm attaching small patch below. All the best, ciao, lele. -- nickname: Lele Gaifax | Seeing Emacs as an editor is like seeing a car real: Emanuele Gaifas | as a seating-accomodation. [email protected] | -- Karl Voit
0001-Fix-typo-in-recent-change.patch
(text/x-diff, 912 B)
From 422551c12de12072cac430f173fb41ece898e51b Mon Sep 17 00:00:00 2001 From: Lele Gaifax <[email protected]> Date: Sun, 16 Aug 2026 08:23:24 +0200 Subject: [PATCH] ; Fix typo in recent change * lisp/simple.el (char-uppercase-p): "correspoding" -> "corresponding" --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 92666bcfa4f..75111fdcc8e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -6684,7 +6684,7 @@ backward-delete-char-untabify (defun char-uppercase-p (char) "Return non-nil if CHAR is an upper-case character. -A character is considered upper-case if there's a correspoding +A character is considered upper-case if there's a corresponding lower-case character. If the Unicode tables are not yet available, e.g. during bootstrap, this function gives correct return values only for ASCII characters." -- 2.55.0