From: Robert Pluim Date: Mon, 22 Nov 2021 13:20:45 +0000 (+0100) Subject: ; * etc/NEWS: Fix some typos and improve some entries. X-Git-Tag: emacs-29.0.90~2852^2~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=698e044a253e9d0e4ec2c74b0b9648f139f2192b;p=emacs.git ; * etc/NEWS: Fix some typos and improve some entries. --- diff --git a/etc/NEWS b/etc/NEWS index 626b67d03a8..47b5578dee1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -105,8 +105,6 @@ the previous definition to be discarded, which was probably not intended when this occurs in batch mode. To remedy the error, rename tests so that they all have unique names. -** Emacs now supports Unicode Standard version 14.0. - ** Emoji +++ @@ -436,7 +434,7 @@ This works like 'image-transform-fit-to-window'. *** New user option 'image-auto-resize-max-scale-percent'. The new 'fit-window' option will never scale an image more than this -much (in percent). It is nil by default. +much (in percent). It is nil by default, which means no limit. ** Image-Dired @@ -549,7 +547,7 @@ WebKit widget. +++ *** New minor mode 'xwidget-webkit-isearch-mode'. -This mode acts similarly to incremental search, and allows to search +This mode acts similarly to incremental search, and allows searching the contents of a WebKit widget. In xwidget-webkit mode, it is bound to 'C-s' and 'C-r'. @@ -722,7 +720,7 @@ This is like 'kbd', but only returns vectors instead of a mix of vectors and strings. +++ -** New substitution in docstrings and 'substitute-command-keys'. Use +** New substitution in docstrings and 'substitute-command-keys'. Use "\\`KEYSEQ'" to insert a literal key sequence "KEYSEQ" (e.g. "C-k") in a docstring or when calling 'substitute-command-keys', which will use the same face as a command substitution. This should