Further xref fix-ups after keymap help changes

* lisp/help-mode.el (help-make-xrefs): Get continuation lines right.
This commit is contained in:
Lars Ingebrigtsen 2021-11-01 04:16:51 +01:00
parent eeb09ff41b
commit 567fa8d7c0

View 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))