aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/window.el4
1 files changed, 1 insertions, 3 deletions
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':
890Otherwise move current line to window center on first call, and to 890Otherwise move current line to window center on first call, and to
891top, middle, or bottom on successive calls. 891top, middle, or bottom on successive calls.
892 892
893The starting position of the window determines the cycling order: 893The cycling order is: middle -> top -> bottom.
894 If initially in the top or middle third: top -> middle -> bottom.
895 If initially in the bottom third: bottom -> middle -> top.
896 894
897Top and bottom destinations are actually `scroll-conservatively' lines 895Top and bottom destinations are actually `scroll-conservatively' lines
898from true window top and bottom." 896from true window top and bottom."