; * etc/NEWS: Fix some typos and improve some entries.

This commit is contained in:
Robert Pluim 2021-11-22 14:20:45 +01:00
parent 487ddf466a
commit 698e044a25

View file

@ -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