; * lisp/simple.el (char-uppercase-p): Fix a typo.

Reported by Lele Gaifax <lele@metapensiero.it>.
This commit is contained in:
Eli Zaretskii 2026-08-16 10:28:18 +03:00
parent ba625035e7
commit 951ee70ee3

View file

@ -6684,7 +6684,7 @@ and KILLP is t if a prefix arg was specified."
(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."