mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/simple.el (char-uppercase-p): Fix a typo.
Reported by Lele Gaifax <lele@metapensiero.it>.
This commit is contained in:
parent
ba625035e7
commit
951ee70ee3
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue