Mercurial > emacs
changeset 78940:b659ef0c3c57
(Basic Windows): Don't describe cursor-in-non-selected-windows here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Oct 2007 02:04:41 +0000 |
parents | 216e3aa641a0 |
children | c63646f9d98b |
files | lispref/windows.texi |
diffstat | 1 files changed, 5 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Tue Oct 02 02:04:08 2007 +0000 +++ b/lispref/windows.texi Tue Oct 02 02:04:41 2007 +0000 @@ -55,15 +55,11 @@ In each frame, at any time, one and only one window is designated as @dfn{selected within the frame}. The frame's cursor appears in that window, but the other windows have ``non-selected'' cursors, normally -less visible. At any time, one frame is the selected frame; and the -window selected within that frame is @dfn{the selected window}. The -selected window's buffer is usually the current buffer (except when -@code{set-buffer} has been used). @xref{Current Buffer}. - -@defvar cursor-in-non-selected-windows -If this variable is @code{nil}, Emacs displays only one cursor, -in the selected window. Other windows have no cursor at all. -@end defvar +less visible. (@pxref{Cursor Parameters}, for customization of this.) +At any time, one frame is the selected frame; and the window selected +within that frame is @dfn{the selected window}. The selected window's +buffer is usually the current buffer (except when @code{set-buffer} +has been used). @xref{Current Buffer}. For practical purposes, a window exists only while it is displayed in a frame. Once removed from the frame, the window is effectively deleted