aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-14 01:38:21 +0000
committerRichard M. Stallman2002-02-14 01:38:21 +0000
commitac6875fcaa2c22e36554782a36aba456b11faea3 (patch)
tree52c8a5211f68bf5841388de7fbbb8897a108fdcb
parentebda95a20c9fb82667af576e72676bde324fde75 (diff)
downloademacs-ac6875fcaa2c22e36554782a36aba456b11faea3.tar.gz
emacs-ac6875fcaa2c22e36554782a36aba456b11faea3.zip
Minor clarifications.
-rw-r--r--man/display.texi18
1 files changed, 11 insertions, 7 deletions
diff --git a/man/display.texi b/man/display.texi
index bc7dd4d5e03..98238cc1f48 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -107,7 +107,8 @@ terminals. @xref{Display Custom}.
107@item mode-line-inactive 107@item mode-line-inactive
108Like @code{mode-line}, but used for mode lines of the windows other 108Like @code{mode-line}, but used for mode lines of the windows other
109than the selected one (if @code{mode-line-in-non-selected-windows} is 109than the selected one (if @code{mode-line-in-non-selected-windows} is
110non-@code{nil}). 110non-@code{nil}). This face inherits from @code{mode-line}, so changes
111in that face affect mode lines in all windows.
111@item header-line 112@item header-line
112Similar to @code{mode-line} for a window's header line. Most modes 113Similar to @code{mode-line} for a window's header line. Most modes
113don't use the header line, but the Info mode does. 114don't use the header line, but the Info mode does.
@@ -790,13 +791,16 @@ Emacs.mode-line.AttributeBox: off
790@end example 791@end example
791 792
792@cindex non-selected windows, mode line appearance 793@cindex non-selected windows, mode line appearance
793@vindex mode-line-in-non-selected-windows 794 By default, the mode line of nonselected windows is displayed in a
794 By default, the mode line of non-selected windows is displayed in a
795different face, called @code{mode-line-inactive}. Only the selected 795different face, called @code{mode-line-inactive}. Only the selected
796window is displayed in the @code{mode-line} face. When you type at 796window is displayed in the @code{mode-line} face. This helps show
797the minibuffer prompt, the window in @code{minibuffer-scroll-window} 797which window is selected. When the minibuffer is selected, since
798is considered to be the selected window. You can disable this 798it has no mode line, the window from which you activated the minibuffer
799behavior by setting the value of the variable 799has its mode line displayed using @code{mode-line}; as a result,
800ordinary entry to the minibuffer does not change any mode lines.
801
802@vindex mode-line-in-non-selected-windows
803 You can disable use of @code{mode-line-inactive} by setting variable
800@code{mode-line-in-non-selected-windows} to @code{nil}; then all mode 804@code{mode-line-in-non-selected-windows} to @code{nil}; then all mode
801lines are displayed in the @code{mode-line} face. 805lines are displayed in the @code{mode-line} face.
802 806