]> git.eshelyaron.com Git - emacs.git/commitdiff
Further xref fix-ups after keymap help changes
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 03:16:51 +0000 (04:16 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 03:16:51 +0000 (04:16 +0100)
* lisp/help-mode.el (help-make-xrefs): Get continuation lines right.

lisp/help-mode.el

index 67453453d3b3256f38888b8a6c7d2cf9049a5b69..ebb14cb474e9b57b98a1f524494a74d0e49980e5 100644 (file)
@@ -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))