1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix last change

* doc/emacs/display.texi (Standard Faces): Fix indexing.

* lisp/faces.el (header-line-active, header-line-inactive): Fix
the :version tag.  (Bug#73862)
This commit is contained in:
Eli Zaretskii 2024-11-16 16:08:26 +02:00
parent a4014c058b
commit f630520be9
2 changed files with 17 additions and 17 deletions

View file

@ -2825,14 +2825,14 @@ Use the face `mode-line-highlight' for features that can be selected."
'((t :inherit header-line))
"Face for the selected header line.
This inherits from the `header-line' face."
:version "29.5"
:version "31.1"
:group 'mode-line-faces
:group 'basic-faces)
(defface header-line-inactive
'((t :inherit header-line))
"Basic header line face for non-selected windows."
:version "29.5"
:version "31.1"
:group 'mode-line-faces
:group 'basic-faces)