Further xref fix-ups after keymap help changes
* lisp/help-mode.el (help-make-xrefs): Get continuation lines right.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user