From b69e8bade635e73cf9be994879230c03248a8224 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 10 Apr 2022 03:15:03 +0200 Subject: [PATCH] Fix mode-line doc string * lisp/faces.el (mode-line): Fix doc string. --- lisp/faces.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index 48a82222431..b4e1f03eef6 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2657,8 +2657,9 @@ non-nil." :background "grey75" :foreground "black") (t :inverse-video t)) - "Face for the mode lines (for the selected window) as well as header lines. -See `mode-line-display' for the face used on mode lines." + "Face for the mode lines as well as header lines. +See `mode-line-active' and `mode-line-inactive' for the faces +used on mode lines." :version "21.1" :group 'mode-line-faces :group 'basic-faces) -- 2.39.5