projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb09ff
)
Further xref fix-ups after keymap help changes
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 1 Nov 2021 03:16:51 +0000
(
04:16
+0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index 67453453d3b3256f38888b8a6c7d2cf9049a5b69..ebb14cb474e9b57b98a1f524494a74d0e49980e5 100644
(file)
--- 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))