]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mode-line doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 10 Apr 2022 01:15:03 +0000 (03:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 10 Apr 2022 01:15:12 +0000 (03:15 +0200)
* lisp/faces.el (mode-line): Fix doc string.

lisp/faces.el

index 48a8222243176dbd042dbba3a2f2f46062de394d..b4e1f03eef64bb889c2abf893c89719efba54795 100644 (file)
@@ -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)