diff options
| author | Richard M. Stallman | 2002-02-14 01:38:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-14 01:38:21 +0000 |
| commit | ac6875fcaa2c22e36554782a36aba456b11faea3 (patch) | |
| tree | 52c8a5211f68bf5841388de7fbbb8897a108fdcb | |
| parent | ebda95a20c9fb82667af576e72676bde324fde75 (diff) | |
| download | emacs-ac6875fcaa2c22e36554782a36aba456b11faea3.tar.gz emacs-ac6875fcaa2c22e36554782a36aba456b11faea3.zip | |
Minor clarifications.
| -rw-r--r-- | man/display.texi | 18 |
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 |
| 108 | Like @code{mode-line}, but used for mode lines of the windows other | 108 | Like @code{mode-line}, but used for mode lines of the windows other |
| 109 | than the selected one (if @code{mode-line-in-non-selected-windows} is | 109 | than the selected one (if @code{mode-line-in-non-selected-windows} is |
| 110 | non-@code{nil}). | 110 | non-@code{nil}). This face inherits from @code{mode-line}, so changes |
| 111 | in that face affect mode lines in all windows. | ||
| 111 | @item header-line | 112 | @item header-line |
| 112 | Similar to @code{mode-line} for a window's header line. Most modes | 113 | Similar to @code{mode-line} for a window's header line. Most modes |
| 113 | don't use the header line, but the Info mode does. | 114 | don'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 | ||
| 795 | different face, called @code{mode-line-inactive}. Only the selected | 795 | different face, called @code{mode-line-inactive}. Only the selected |
| 796 | window is displayed in the @code{mode-line} face. When you type at | 796 | window is displayed in the @code{mode-line} face. This helps show |
| 797 | the minibuffer prompt, the window in @code{minibuffer-scroll-window} | 797 | which window is selected. When the minibuffer is selected, since |
| 798 | is considered to be the selected window. You can disable this | 798 | it has no mode line, the window from which you activated the minibuffer |
| 799 | behavior by setting the value of the variable | 799 | has its mode line displayed using @code{mode-line}; as a result, |
| 800 | ordinary 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 |
| 801 | lines are displayed in the @code{mode-line} face. | 805 | lines are displayed in the @code{mode-line} face. |
| 802 | 806 | ||