Docstring fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Dec 2007 22:53:02 +0000 (22:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Dec 2007 22:53:02 +0000 (22:53 +0000)
lisp/window.el

index 025a7c5..c86de5d 100644 (file)
@@ -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."