changeset 99439:5c2e79caa60e

(Top): Update Windows entries in @detailmenu section.
author Martin Rudalics <rudalics@gmx.at>
date Fri, 07 Nov 2008 13:12:40 +0000
parents 5743d4e279a5
children 41f1c826b6d5
files doc/lispref/elisp.texi
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/elisp.texi	Fri Nov 07 13:12:08 2008 +0000
+++ b/doc/lispref/elisp.texi	Fri Nov 07 13:12:40 2008 +0000
@@ -914,9 +914,11 @@
 * 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 @@
 * 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.