diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-16 18:08:42 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-16 18:08:42 +0200 |
commit | 6bfb6fdb89463a2260de75479aa58f4254e2042f (patch) | |
tree | 101e2b7417fbf076ffc61a0ca540b7b577f9c6fd | |
parent | e1137098277ca1dca8235d9146ef2c6d23d7417e (diff) | |
download | emacs-6bfb6fdb89463a2260de75479aa58f4254e2042f.tar.gz emacs-6bfb6fdb89463a2260de75479aa58f4254e2042f.tar.bz2 emacs-6bfb6fdb89463a2260de75479aa58f4254e2042f.zip |
Fold some too-long NEWS lines
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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'. |