emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b69e8bade6: Fix mode-line doc string


From: Lars Ingebrigtsen
Subject: master b69e8bade6: Fix mode-line doc string
Date: Sat, 9 Apr 2022 21:15:18 -0400 (EDT)

branch: master
commit b69e8bade635e73cf9be994879230c03248a8224
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 48a8222243..b4e1f03eef 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]