Further xref fix-ups after keymap help changes
* lisp/help-mode.el (help-make-xrefs): Get continuation lines right.
This commit is contained in:
parent
eeb09ff41b
commit
567fa8d7c0
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue