diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-02-14 01:38:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-02-14 01:38:49 +0000 |
commit | 9b9d845dca98258d002990d0815bfbeb278e1cbe (patch) | |
tree | 7b58c7af81fbe2ebf7f2468f992dfcedd2dfb5b6 /lispref/display.texi | |
parent | ac6875fcaa2c22e36554782a36aba456b11faea3 (diff) | |
download | emacs-9b9d845dca98258d002990d0815bfbeb278e1cbe.tar.gz |
Minor clarification.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 3394cb1f643..d7c69eed081 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1230,6 +1230,8 @@ old Emacs versions. @item mode-line-inactive @kindex mode-line-inactive @r{(face name)} This face is used for mode lines of non-selected windows. +This face inherits from @code{mode-line}, so changes +in that face affect all windows. @item header-line @kindex header-line @r{(face name)} |