emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Wed, 13 Feb 2002 20:38:22 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.55 emacs/man/display.texi:1.56
*** emacs/man/display.texi:1.55 Wed Feb 13 17:44:45 2002
--- emacs/man/display.texi      Wed Feb 13 20:38:21 2002
***************
*** 107,113 ****
  @item mode-line-inactive
  Like @code{mode-line}, but used for mode lines of the windows other
  than the selected one (if @code{mode-line-in-non-selected-windows} is
! address@hidden).
  @item header-line
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
--- 107,114 ----
  @item mode-line-inactive
  Like @code{mode-line}, but used for mode lines of the windows other
  than the selected one (if @code{mode-line-in-non-selected-windows} is
! address@hidden).  This face inherits from @code{mode-line}, so changes
! in that face affect mode lines in all windows.
  @item header-line
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
***************
*** 790,802 ****
  @end example
  
  @cindex non-selected windows, mode line appearance
! @vindex mode-line-in-non-selected-windows
!   By default, the mode line of non-selected windows is displayed in a
  different face, called @code{mode-line-inactive}.  Only the selected
! window is displayed in the @code{mode-line} face.  When you type at
! the minibuffer prompt, the window in @code{minibuffer-scroll-window}
! is considered to be the selected window.  You can disable this
! behavior by setting the value of the variable
  @code{mode-line-in-non-selected-windows} to @code{nil}; then all mode
  lines are displayed in the @code{mode-line} face.
  
--- 791,806 ----
  @end example
  
  @cindex non-selected windows, mode line appearance
!   By default, the mode line of nonselected windows is displayed in a
  different face, called @code{mode-line-inactive}.  Only the selected
! window is displayed in the @code{mode-line} face.  This helps show
! which window is selected.  When the minibuffer is selected, since
! it has no mode line, the window from which you activated the minibuffer
! has its mode line displayed using @code{mode-line}; as a result,
! ordinary entry to the minibuffer does not change any mode lines.
! 
! @vindex mode-line-in-non-selected-windows
!   You can disable use of @code{mode-line-inactive} by setting variable
  @code{mode-line-in-non-selected-windows} to @code{nil}; then all mode
  lines are displayed in the @code{mode-line} face.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]