1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix mode-line doc string

* lisp/faces.el (mode-line): Fix doc string.
This commit is contained in:
Lars Ingebrigtsen 2022-04-10 03:15:03 +02:00
parent 0b5c959db5
commit b69e8bade6

View 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)