diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-12-14 15:20:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-12-14 15:20:27 +0000 |
commit | 0b750d70055fc8a04dd08de64a7c88ae72352ba6 (patch) | |
tree | aeae236db2a86e5112007d6d1f580e7debc6ff5c /man/windows.texi | |
parent | e921a911ed8675e17f07907654d70420bc6207c2 (diff) | |
download | emacs-0b750d70055fc8a04dd08de64a7c88ae72352ba6.tar.gz |
Document show-cursor-in-non-selected-windows and
cursor-in-non-selected-windows.
Diffstat (limited to 'man/windows.texi')
-rw-r--r-- | man/windows.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/windows.texi b/man/windows.texi index be00708bda8..eb1ced74c43 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -402,3 +402,12 @@ to operate effectively with double the number of lines of a file visible in a given screen height using side-by-side windows on the same buffer: split the window with @kbd{C-x 3} and then use @kbd{M-x follow-mode} to synchronize the windows. + +@cindex cursor in non-selected windows +@vindex show-cursor-in-non-selected-windows +@vindex cursor-in-non-selected-windows +Normally, the cursor in non-selected windows is shown as a hollow box. +If you want Emacs not to display the cursor in non-selected windows, +customize the option @code{show-cursor-in-non-selected-windows}, or set +the variable @code{cursor-in-non-selected-windows} to a non-@code{nil} +value. |