summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-20 23:17:16 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-20 23:17:16 +0000
commita1112b37b9ffe2abf1a28be56b8945e1bfa82547 (patch)
treeeaa38fc0618c864a2429f00ebc764b236491a15a /lispref
parent93f2ca617b24f8c1aaa66af54757d39fde18f6f4 (diff)
(Mode Line Format): Short windows can suppress the mode line and header line.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/modes.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 7ac30f227cd..8a6978ebacf 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1082,6 +1082,12 @@ and the frame title.
The mode line is usually displayed in inverse video; see
@code{mode-line-inverse-video} in @ref{Inverse Video}.
+ A window that is just one line tall does not display either a mode
+line or a header line, even if the variables call for one. A window
+that is two lines tall cannot display both a mode line and a header
+line at once; if the variables call for both, only the mode line
+actually appears.
+
@menu
* Mode Line Data:: The data structure that controls the mode line.
* Mode Line Variables:: Variables used in that data structure.