Mercurial > emacs
comparison doc/lispref/windows.texi @ 109689:ffde65bb1dd2
merge emacs-23
author | Kenichi Handa <handa@etlken> |
---|---|
date | Tue, 27 Jul 2010 16:01:48 +0900 |
parents | 71353caf35e3 |
children | 376148b31b5e |
comparison
equal
deleted
inserted
replaced
108493:e5f3704cf67a | 109689:ffde65bb1dd2 |
---|---|
20 * Selecting Windows:: The selected window is the one that you edit in. | 20 * Selecting Windows:: The selected window is the one that you edit in. |
21 * Cyclic Window Ordering:: Moving around the existing windows. | 21 * Cyclic Window Ordering:: Moving around the existing windows. |
22 * Buffers and Windows:: Each window displays the contents of a buffer. | 22 * Buffers and Windows:: Each window displays the contents of a buffer. |
23 * Displaying Buffers:: Higher-level functions for displaying a buffer | 23 * Displaying Buffers:: Higher-level functions for displaying a buffer |
24 and choosing a window for it. | 24 and choosing a window for it. |
25 * Choosing Window:: How to choose a window for displaying a buffer. | 25 * Choosing Window:: How to choose a window for displaying a buffer. |
26 * Dedicated Windows:: How to avoid displaying another buffer in | 26 * Dedicated Windows:: How to avoid displaying another buffer in |
27 a specific window. | 27 a specific window. |
28 * Window Point:: Each window has its own location of point. | 28 * Window Point:: Each window has its own location of point. |
29 * Window Start and End:: Buffer positions indicating which text is | 29 * Window Start and End:: Buffer positions indicating which text is |
30 on-screen in a window. | 30 on-screen in a window. |
31 * Textual Scrolling:: Moving text up and down through the window. | 31 * Textual Scrolling:: Moving text up and down through the window. |