bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#54804: 29.0.50; zap-to-char: case sensitive for upper-case letter


From: Eli Zaretskii
Subject: bug#54804: 29.0.50; zap-to-char: case sensitive for upper-case letter
Date: Wed, 11 May 2022 18:57:33 +0300

> From: Tino Calancha <tino.calancha@gmail.com>
> Cc: 54804@debbugs.gnu.org,  uyennhi.qm@gmail.com,  spwhitton@spwhitton.name
> Date: Wed, 11 May 2022 16:43:06 +0200
> 
> +@defun char-uppercase-p char
> +This function returns non-nil if @var{char} is an uppercase unicode
                             ^^^
@code{nil}

> +character.  Be aware that if the Unicode tables are not yet available,
> +e.g. during bootstrap, then this function gives the right answer only
> +for @acronym{ASCII} characters; for other characters the function
> +unconditionally returns @code{nil}.

This manual is not for Emacs developers, it is for Lisp programmers.
Therefore, the last sentence should be removed.

> ++++
> +*** The new predicate 'char-uppercase-p' returns non-nil if its
> +argument its an uppercase unicode character.

The first line of a NEWS entry should be a complete sentence, and end
with a period.

> +(defun char-uppercase-p (char)
> +  "Return non-nil if CHAR is an upper-case unicode character.

Just "upper-case character", no need to say "Unicode".

Thanks.





reply via email to

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