From 6c173f9697a4213487637154fe33bf1a1b545e8e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Nov 2024 10:22:17 +0200 Subject: [PATCH] ; Fix documentation of new header-line faces (bug#73862) * doc/emacs/display.texi (Standard Faces): Fix wording. * etc/NEWS: Fix entry about new header-line faces. (cherry picked from commit cd490c6470d93bf4093a8e3ea411fa179b235f07) --- doc/emacs/display.texi | 2 +- etc/NEWS | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 66f6211a600..a896b8cf900 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -783,7 +783,7 @@ Most windows do not have a header line---only some special modes, such Info mode, create one. The @code{header-line-active} and @code{header-line-inactive} faces (which -are the ones used on the header lines) inherit from this face. +are the ones actually used on the header lines) inherit from this face. @cindex faces for header lines @item header-line-active diff --git a/etc/NEWS b/etc/NEWS index adb757dcd0e..be3209f2ca2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -114,9 +114,10 @@ obsolete. Use 'M-x list-packages' to install the 'idlwave' package from GNU ELPA instead. +++ -** New face 'header-line-active'. -This inherits from the 'header-line' face, but is the face actually used -on the header lines (along with 'header-line-inactive'). +** New faces 'header-line-active' and 'header-line-inactive'. +These inherit from the 'header-line' face, but the faces actually used +on the header lines are now these two: the selected window uses +'header-line-active', non-selected windows use 'header-line-inactive'. * Editing Changes in Emacs 31.1 -- 2.39.5