emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7dfa758: ; * etc/NEWS: Fix recently added entries.


From: Eli Zaretskii
Subject: master 7dfa758: ; * etc/NEWS: Fix recently added entries.
Date: Wed, 24 Nov 2021 09:35:04 -0500 (EST)

branch: master
commit 7dfa758fef58dbfcd00baaea374260d5d3510b7f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix recently added entries.
---
 etc/NEWS | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 1756897..24b8cb2 100644
--- 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]