From: Stefan Monnier Date: Sun, 23 Dec 2007 22:53:02 +0000 (+0000) Subject: Docstring fix. X-Git-Tag: emacs-pretest-23.0.90~8854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3c024b821faa191da151c336c3ac3e1f1464a77;p=emacs.git Docstring fix. --- diff --git a/lisp/window.el b/lisp/window.el index 025a7c5ab65..c86de5dd373 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -890,9 +890,7 @@ With a prefix argument, this is the same as `recenter': 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."