diff options
| author | Richard M. Stallman | 2007-10-02 02:04:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-02 02:04:48 +0000 |
| commit | 7ed54cc54ebeff84f2d6f655c115edd9bc258524 (patch) | |
| tree | 65bbef7962dcaf521b37ae64a0147bc70713e523 | |
| parent | 36c763fdbfb9691d283bbdf17286f0c1e1055c9b (diff) | |
| download | emacs-7ed54cc54ebeff84f2d6f655c115edd9bc258524.tar.gz emacs-7ed54cc54ebeff84f2d6f655c115edd9bc258524.zip | |
(Basic Windows): Don't describe cursor-in-non-selected-windows here.
| -rw-r--r-- | lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-10-01 Eli Zaretskii <eliz@gnu.org> | 12 | 2007-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 |
| 57 | window, but the other windows have ``non-selected'' cursors, normally | 57 | window, but the other windows have ``non-selected'' cursors, normally |
| 58 | less visible. At any time, one frame is the selected frame; and the | 58 | less visible. (@pxref{Cursor Parameters}, for customization of this.) |
| 59 | window selected within that frame is @dfn{the selected window}. The | 59 | At any time, one frame is the selected frame; and the window selected |
| 60 | selected window's buffer is usually the current buffer (except when | 60 | within that frame is @dfn{the selected window}. The selected window's |
| 61 | @code{set-buffer} has been used). @xref{Current Buffer}. | 61 | buffer is usually the current buffer (except when @code{set-buffer} |
| 62 | 62 | has been used). @xref{Current Buffer}. | |
| 63 | @defvar cursor-in-non-selected-windows | ||
| 64 | If this variable is @code{nil}, Emacs displays only one cursor, | ||
| 65 | in 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 |
| 69 | a frame. Once removed from the frame, the window is effectively deleted | 65 | a frame. Once removed from the frame, the window is effectively deleted |