aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index bf86112ce55..ea0d3ce27de 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -412,7 +412,7 @@ Don't use this command in Lisp programs!
412 ;; If we went to a place in the middle of the buffer, 412 ;; If we went to a place in the middle of the buffer,
413 ;; adjust it to the beginning of a line. 413 ;; adjust it to the beginning of a line.
414 (cond (arg (forward-line 1)) 414 (cond (arg (forward-line 1))
415 ((< (point) (window-end nil t)) 415 ((> (point) (window-end nil t))
416 ;; If the end of the buffer is not already on the screen, 416 ;; If the end of the buffer is not already on the screen,
417 ;; then scroll specially to put it near, but not at, the bottom. 417 ;; then scroll specially to put it near, but not at, the bottom.
418 (overlay-recenter (point)) 418 (overlay-recenter (point))