diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index da837322c8f..839874a6e9e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1734,7 +1734,7 @@ With arg N, put point N/10 of the way from the true end." (unwind-protect (progn (select-window window) - (beginning-of-buffer arg) + (end-of-buffer arg) (recenter '(t))) (select-window orig-window)))) |
