aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-02 02:04:48 +0000
committerRichard M. Stallman2007-10-02 02:04:48 +0000
commit7ed54cc54ebeff84f2d6f655c115edd9bc258524 (patch)
tree65bbef7962dcaf521b37ae64a0147bc70713e523
parent36c763fdbfb9691d283bbdf17286f0c1e1055c9b (diff)
downloademacs-7ed54cc54ebeff84f2d6f655c115edd9bc258524.tar.gz
emacs-7ed54cc54ebeff84f2d6f655c115edd9bc258524.zip
(Basic Windows): Don't describe cursor-in-non-selected-windows here.
-rw-r--r--lispref/ChangeLog11
-rw-r--r--lispref/windows.texi14
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 @@
12007-10-02 Richard Stallman <rms@gnu.org>
2
3 * display.texi (Display Property): Explain some display specs
4 don't let you move point in.
5
6 * frames.texi (Cursor Parameters): Describe
7 cursor-in-non-selected-windows here. Explain more values.
8
9 * windows.texi (Basic Windows): Don't describe
10 cursor-in-non-selected-windows here.
11
12007-10-01 Eli Zaretskii <eliz@gnu.org> 122007-10-01 Eli Zaretskii <eliz@gnu.org>
2 13
3 * processes.texi (Misc Network): Note that these functions are 14 * 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.
55 In each frame, at any time, one and only one window is designated as 55 In each frame, at any time, one and only one window is designated as
56@dfn{selected within the frame}. The frame's cursor appears in that 56@dfn{selected within the frame}. The frame's cursor appears in that
57window, but the other windows have ``non-selected'' cursors, normally 57window, but the other windows have ``non-selected'' cursors, normally
58less visible. At any time, one frame is the selected frame; and the 58less visible. (@pxref{Cursor Parameters}, for customization of this.)
59window selected within that frame is @dfn{the selected window}. The 59At any time, one frame is the selected frame; and the window selected
60selected window's buffer is usually the current buffer (except when 60within that frame is @dfn{the selected window}. The selected window's
61@code{set-buffer} has been used). @xref{Current Buffer}. 61buffer is usually the current buffer (except when @code{set-buffer}
62 62has been used). @xref{Current Buffer}.
63@defvar cursor-in-non-selected-windows
64If this variable is @code{nil}, Emacs displays only one cursor,
65in the selected window. Other windows have no cursor at all.
66@end defvar
67 63
68 For practical purposes, a window exists only while it is displayed in 64 For practical purposes, a window exists only while it is displayed in
69a frame. Once removed from the frame, the window is effectively deleted 65a frame. Once removed from the frame, the window is effectively deleted