]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix entry about reverting to old 'mode-line' face.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Nov 2021 18:17:58 +0000 (20:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Nov 2021 18:17:58 +0000 (20:17 +0200)
etc/NEWS

index 8b7c2f78508322e41664b72ef3b0023df0579af4..da56d0a338add05cca0b998da6072eb42e684198 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,7 +81,7 @@ 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)
+  (set-face-attribute 'mode-line nil :inherit 'default)
 
 +++
 ** New function 'buffer-text-pixel-size'.