From: Lars Ingebrigtsen Date: Sun, 10 Apr 2022 01:15:03 +0000 (+0200) Subject: Fix mode-line doc string X-Git-Tag: emacs-29.0.90~1931^2~682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b69e8bade635e73cf9be994879230c03248a8224;p=emacs.git Fix mode-line doc string * lisp/faces.el (mode-line): Fix doc string. --- 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)