From 7ed54cc54ebeff84f2d6f655c115edd9bc258524 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Oct 2007 02:04:48 +0000 Subject: [PATCH] (Basic Windows): Don't describe cursor-in-non-selected-windows here. --- lispref/ChangeLog | 11 +++++++++++ lispref/windows.texi | 14 +++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6904ca54e6a..f1a19f35d6f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,14 @@ +2007-10-02 Richard Stallman + + * display.texi (Display Property): Explain some display specs + don't let you move point in. + + * frames.texi (Cursor Parameters): Describe + cursor-in-non-selected-windows here. Explain more values. + + * windows.texi (Basic Windows): Don't describe + cursor-in-non-selected-windows here. + 2007-10-01 Eli Zaretskii * processes.texi (Misc Network): Note that these functions are diff --git a/lispref/windows.texi b/lispref/windows.texi index 40d07c50a0c..c677919598d 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -55,15 +55,11 @@ multiple nonoverlapping Emacs windows. 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 -- 2.39.2