From: Eli Zaretskii Date: Sat, 21 May 2022 09:55:12 +0000 (+0300) Subject: ; * etc/NEWS: Fix wording of 'zap-to-char's entry. X-Git-Tag: emacs-29.0.90~1910^2~545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=050fa501a204e8db1688e89e2aaccb87f0286b27;p=emacs.git ; * etc/NEWS: Fix wording of 'zap-to-char's entry. --- diff --git a/etc/NEWS b/etc/NEWS index d238fd74fec..564f7c44580 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -701,7 +701,7 @@ option 'cycle-spacing-actions'. --- ** 'zap-to-char' and 'zap-up-to-char' are case-sensitive for upper-case chars. These commands now behave as case-sensitive for interactive calls when -are invoked with an uppercase argument, regardless of the +they are invoked with an uppercase character, regardless of the `case-fold-search' value. ---