]> git.eshelyaron.com Git - emacs.git/commitdiff
Fold some too-long NEWS lines
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Apr 2022 16:08:42 +0000 (18:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Apr 2022 16:08:42 +0000 (18:08 +0200)
etc/NEWS

index b1db06bd1d01039cc6244c5f08186133f1dd929e..bd2545f4be354d87cc189afb6f65524f2afcc807 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -586,10 +586,10 @@ change the terminal used on a remote host.
 
 ---
 *** New user options for alternate wheel events.
-The options 'mouse-wheel-down-alternate-event', 'mouse-wheel-up-alternate-event',
-'mouse-wheel-left-alternate-event', and 'mouse-wheel-right-alternate-event' have
-been added to better support systems where two kinds of wheel events can be
-received.
+The options 'mouse-wheel-down-alternate-event',
+'mouse-wheel-up-alternate-event', 'mouse-wheel-left-alternate-event',
+and 'mouse-wheel-right-alternate-event' have been added to better
+support systems where two kinds of wheel events can be received.
 
 ** Editing complex text layout (CTL) scripts
 
@@ -702,7 +702,9 @@ bot doesn't exit the minibuffer.
 ** Isearch and Replace
 
 +++
-*** New user option 'char-fold-override' disables default character equivalences.
+*** New user option 'char-fold-override'.
+Non-nil means that the default definitions of equivalent characters
+are overridden.
 
 +++
 *** New command 'isearch-emoji-by-name'.
@@ -1726,7 +1728,7 @@ Specifying a cons as the FROM argument allows to start measuring text
 from a specified amount of pixels above or below a position.
 
 ---
-** 'eshell-eval-using-options' now follows POSIX/GNU argument syntax conventions.
+** 'eshell-eval-using-options' now follows argument syntax conventions.
 Built-in commands in Eshell now accept command-line options with
 values passed as a single token, such as '-oVALUE' or '--option=VALUE'.