# HG changeset patch # User Martin Rudalics # Date 1226063560 0 # Node ID 5c2e79caa60e995f60a00d01b92878d5df331bf3 # Parent 5743d4e279a5e226d99939d9805ad5b43df4e3f1 (Top): Update Windows entries in @detailmenu section. diff -r 5743d4e279a5 -r 5c2e79caa60e doc/lispref/elisp.texi --- 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.