X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0877d0dc24ee792b9b14592869ea1aa0934aee58..120597093d51973b0328cf7db2b23e3f089c06b3:/lisp/help.el diff --git a/lisp/help.el b/lisp/help.el index 4219dd8698..25bc9c4b7c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -412,7 +412,9 @@ With argument, display info only for the selected version." The number of messages retained in that buffer is specified by the variable `message-log-max'." (interactive) - (switch-to-buffer (get-buffer-create "*Messages*"))) + (with-current-buffer (get-buffer-create "*Messages*") + (goto-char (point-max)) + (display-buffer (current-buffer)))) (defun view-order-manuals () "Display the Emacs ORDERS file."