diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 67453453d3b..ebb14cb474e 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -659,6 +659,7 @@ that." (when (and (fboundp symbol) (kbd-valid-p key)) (help-xref-button 3 'help-function symbol)) + (goto-char (match-end 0)) (forward-line) ;; Skip empty line. (while (and (not (eobp))