Mercurial > emacs
comparison man/windows.texi @ 35188:94d46968a93f
Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 10 Jan 2001 08:15:32 +0000 |
parents | 5c6c44b995ef |
children | c869b148aa3f |
comparison
equal
deleted
inserted
replaced
35187:cb583146cc55 | 35188:94d46968a93f |
---|---|
36 At any time, one of the windows is the @dfn{selected window}; the | 36 At any time, one of the windows is the @dfn{selected window}; the |
37 buffer this window is displaying is the current buffer. The terminal's | 37 buffer this window is displaying is the current buffer. The terminal's |
38 cursor shows the location of point in this window. Each other window | 38 cursor shows the location of point in this window. Each other window |
39 has a location of point as well, but since the terminal has only one | 39 has a location of point as well, but since the terminal has only one |
40 cursor there is no way to show where those locations are. When multiple | 40 cursor there is no way to show where those locations are. When multiple |
41 frames are visible in X Windows, each frame has a cursor which appears | 41 frames are visible in X, each frame has a cursor which appears in the |
42 in the frame's selected window. The cursor in the selected frame is | 42 frame's selected window. The cursor in the selected frame is solid; the |
43 solid; the cursor in other frames is a hollow box. | 43 cursor in other frames is a hollow box. |
44 | 44 |
45 Commands to move point affect the value of point for the selected Emacs | 45 Commands to move point affect the value of point for the selected Emacs |
46 window only. They do not change the value of point in any other Emacs | 46 window only. They do not change the value of point in any other Emacs |
47 window, even one showing the same buffer. The same is true for commands | 47 window, even one showing the same buffer. The same is true for commands |
48 such as @kbd{C-x b} to change the selected buffer in the selected window; | 48 such as @kbd{C-x b} to change the selected buffer in the selected window; |