emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 567fa8d: Further xref fix-ups after keymap help changes


From: Lars Ingebrigtsen
Subject: master 567fa8d: Further xref fix-ups after keymap help changes
Date: Sun, 31 Oct 2021 23:16:58 -0400 (EDT)

branch: master
commit 567fa8d7c04ec22a5ff54229c16f370b95a89ff0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Further xref fix-ups after keymap help changes
    
    * lisp/help-mode.el (help-make-xrefs): Get continuation lines right.
---
 lisp/help-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 6745345..ebb14cb 100644
--- 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]