Mercurial > emacs
changeset 87381:3acb39b0ac26
Docstring fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 23 Dec 2007 22:53:02 +0000 |
parents | cd847b2ba99f |
children | 33480ac96cf6 |
files | lisp/window.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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."