Mercurial > emacs
changeset 36181:d10f042c719f
Document cursor-in-non-selected-windows.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Feb 2001 03:34:46 +0000 |
parents | 252e21b04fb1 |
children | add12d9a298a |
files | man/display.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/display.texi Mon Feb 19 03:20:56 2001 +0000 +++ b/man/display.texi Mon Feb 19 03:34:46 2001 +0000 @@ -492,3 +492,9 @@ if the cursor is on a tab character, it would cover the full width occupied by that tab character. To enable this feature, set the variable @code{x-stretch-cursor} to a non-@code{nil} value. + +@cindex cursor in non-selected windows +@vindex cursor-in-non-selected-windows + Normally, the cursor in non-selected windows is shown as a hollow +box. To turn off cursor display in non-selected windows, set the +variable @code{cursor-in-non-selected-windows} to @code{nil}.