summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2008-11-07 13:12:40 +0000
committerMartin Rudalics <rudalics@gmx.at>2008-11-07 13:12:40 +0000
commit827fc6fc11eed45624302cb34e628a1a28fa025d (patch)
treed0ad279f63880744b315a3d0fafeba9613fdd80d /doc
parent81c1976f9b5c7020d296192a4224bc809b5e7833 (diff)
downloademacs-827fc6fc11eed45624302cb34e628a1a28fa025d.tar.gz
(Top): Update Windows entries in @detailmenu section.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/elisp.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 1961128f287..8ccc8e8de76 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -914,9 +914,11 @@ Windows
* Displaying Buffers:: Higher-level functions for displaying a buffer
and choosing a window for it.
* Choosing Window:: How to choose a window for displaying a buffer.
+* Dedicated Windows:: How to avoid displaying another buffer in
+ a specific window.
* Window Point:: Each window has its own location of point.
-* Window Start:: The display-start position controls which text
- is on-screen in the window.
+* Window Start and End:: Buffer positions indicating which text is
+ on-screen in a window.
* Textual Scrolling:: Moving text up and down through the window.
* Vertical Scrolling:: Moving the contents up and down on the window.
* Horizontal Scrolling:: Moving the contents sideways on the window.
@@ -925,6 +927,7 @@ Windows
* Coordinates and Windows:: Converting coordinates to windows.
* Window Tree:: The layout and sizes of all windows in a frame.
* Window Configurations:: Saving and restoring the state of the screen.
+* Window Parameters:: Associating additional information with windows.
* Window Hooks:: Hooks for scrolling, window size changes,
redisplay going past a certain point,
or window configuration changes.