# HG changeset patch # User Stefan Monnier # Date 1198450382 0 # Node ID 3acb39b0ac26a0f5ce8d0acd47ca5adab4ae354e # Parent cd847b2ba99f891b438c4d1a375f62101ed6ca30 Docstring fix. diff -r cd847b2ba99f -r 3acb39b0ac26 lisp/window.el --- a/lisp/window.el Sun Dec 23 22:46:07 2007 +0000 +++ b/lisp/window.el Sun Dec 23 22:53:02 2007 +0000 @@ -890,9 +890,7 @@ Otherwise move current line to window center on first call, and to top, middle, or bottom on successive calls. -The starting position of the window determines the cycling order: - If initially in the top or middle third: top -> middle -> bottom. - If initially in the bottom third: bottom -> middle -> top. +The cycling order is: middle -> top -> bottom. Top and bottom destinations are actually `scroll-conservatively' lines from true window top and bottom."