]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Fix outline level. (Bug#63042)
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 24 Apr 2023 07:40:43 +0000 (09:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 24 Apr 2023 07:40:43 +0000 (09:40 +0200)
Fix typos.

etc/NEWS

index 62d2fdcd3a4c7563030cf693fbf5edeb64990d35..2cb56b4fabcc122b7e07eb0dbffd8283222fd3af 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -857,17 +857,17 @@ This value stands for the value of the corresponding attribute of the
 inheriting from other faces.
 
 +++
-** New X resource: "borderThickness".
+** New X resource "borderThickness".
 This controls the thickness of the external borders of the menu bars
 and pop-up menus.
 
 +++
-** New X resource: "inputStyle".
+** New X resource "inputStyle".
 This controls the style of the pre-edit and status areas of X input
 methods.
 
 +++
-** New X resources: "highlightForeground" and "highlightBackground".
+** New X resources "highlightForeground" and "highlightBackground".
 Only in the Lucid build, this controls colors used for highlighted
 menu item widgets.
 
@@ -2664,7 +2664,7 @@ The old name was confusing, and is now an obsolete function alias.
 ** Images
 
 +++
-** New commands 'image-crop' and 'image-cut'.
+*** New commands 'image-crop' and 'image-cut'.
 These commands allow interactively cropping/cutting the image at
 point.  The commands are bound to keys 'i c' and 'i x' (respectively)
 in the local keymap over images.  They rely on external programs, by
@@ -2672,7 +2672,7 @@ default "convert" from ImageMagick, to do the actual cropping/eliding
 of the image file.
 
 +++
-*** New commands: 'image-flip-horizontally' and 'image-flip-vertically'.
+*** New commands 'image-flip-horizontally' and 'image-flip-vertically'.
 These commands horizontally and vertically flip the image under point,
 and are bound to 'i h' and 'i v', respectively.