]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix some typos and improve some entries.
authorRobert Pluim <rpluim@gmail.com>
Mon, 22 Nov 2021 13:20:45 +0000 (14:20 +0100)
committerRobert Pluim <rpluim@gmail.com>
Mon, 22 Nov 2021 13:20:45 +0000 (14:20 +0100)
etc/NEWS

index 626b67d03a8cad0445b46388f4ee7234f26c7268..47b5578dee127693cb0f6824fb752eddeeed1122 100644 (file)
--- 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