]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix recently added entries.
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Nov 2021 14:34:25 +0000 (16:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Nov 2021 14:34:25 +0000 (16:34 +0200)
etc/NEWS

index 17568976cb85ad888fad0235fa3941f5a3c97ae5..24b8cb279615f40af5f932451f90b9f62ba576e1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -77,7 +77,11 @@ time.
 
 ---
 ** The mode line now uses a proportional font by default.
-To get the old monospaced mode line back, customize the 'mode-line' face.
+To get the old monospaced mode line back, customize the 'mode-line'
+face not to inherit from the 'variable-pitch' face, or add this to
+your ~/.emacs:
+
+  (set-face-attribute 'mode-line t :inherit nil)
 
 +++
 ** New function 'buffer-text-pixel-size'.
@@ -677,7 +681,7 @@ This is like 'get-text-property', but works on the 'display' text
 property.
 
 ** New 'min-width' 'display' property.
-This allows setting a minimum width for a region.
+This allows setting a minimum display width for a region of text.
 
 ** Keymaps and key definitions