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: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3291^2~698 X-Git-Url: https://dgit.raspbian.org/?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))