From: Lars Ingebrigtsen Date: Mon, 1 Nov 2021 03:16:51 +0000 (+0100) Subject: Further xref fix-ups after keymap help changes X-Git-Tag: emacs-29.0.90~3671^2~307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=567fa8d7c04ec22a5ff54229c16f370b95a89ff0;p=emacs.git Further xref fix-ups after keymap help changes * lisp/help-mode.el (help-make-xrefs): Get continuation lines right. --- 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))