--- emacs-24.2/lisp/help-mode.el 2012-08-23 14:33:42.000000000 +0900 +++ emacs-24.2/lisp/help-mode.el.new3 2012-12-15 19:52:25.907113419 +0900 @@ -733,7 +733,8 @@ a proper [back] button." ;; There is a reference at point. Follow it. (let ((help-xref-following t)) - (apply function args))) + (apply function (if (eq function 'info) + (append args (list (generate-new-buffer-name "*info*"))) args)))) ;; The doc string is meant to explain what buttons do. (defun help-follow-mouse ()