comparison lispref/windows.texi @ 76993:55c9ef5f1559

Improve index entries.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 01:53:53 +0000
parents fc9d442f98d2
children bf4c1411b0ac 4ef881a120fe
comparison
equal deleted inserted replaced
76992:cb061d31cf52 76993:55c9ef5f1559
428 This function always returns @code{nil}. 428 This function always returns @code{nil}.
429 @end deffn 429 @end deffn
430 430
431 @node Selecting Windows 431 @node Selecting Windows
432 @section Selecting Windows 432 @section Selecting Windows
433 @cindex selecting windows 433 @cindex selecting a window
434 434
435 When a window is selected, the buffer in the window becomes the current 435 When a window is selected, the buffer in the window becomes the current
436 buffer, and the cursor will appear in it. 436 buffer, and the cursor will appear in it.
437 437
438 @defun selected-window 438 @defun selected-window
1621 @end example 1621 @end example
1622 @end deffn 1622 @end deffn
1623 1623
1624 @node Vertical Scrolling 1624 @node Vertical Scrolling
1625 @section Vertical Fractional Scrolling 1625 @section Vertical Fractional Scrolling
1626 @cindex Vertical Fractional Scrolling 1626 @cindex vertical fractional scrolling
1627 1627
1628 @dfn{Vertical fractional scrolling} means shifting the image in the 1628 @dfn{Vertical fractional scrolling} means shifting the image in the
1629 window up or down by a specified multiple or fraction of a line. 1629 window up or down by a specified multiple or fraction of a line.
1630 Each window has a @dfn{vertical scroll position}, 1630 Each window has a @dfn{vertical scroll position},
1631 which is a number, never less than zero. It specifies how far to raise 1631 which is a number, never less than zero. It specifies how far to raise