diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-01 03:57:31 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-01 03:57:37 +0100 |
commit | 7a46461950172483e45c1512d9a191203f61077b (patch) | |
tree | fb4c1881da8c7595cebe99b6bf9e6a80cb2ada46 /lisp/help.el | |
parent | 6265e9349f40f74cc275b3b2f1995d220519b3bd (diff) | |
download | emacs-7a46461950172483e45c1512d9a191203f61077b.tar.gz emacs-7a46461950172483e45c1512d9a191203f61077b.tar.bz2 emacs-7a46461950172483e45c1512d9a191203f61077b.zip |
Make xref symbol marking work again after describe-keymap changes
* lisp/help-mode.el (help-make-xrefs): Adjust xref symbol finding
after changes to how keymaps are output.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el index fcb23fa0459..d12f388c45f 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1255,10 +1255,7 @@ maps to look through. If MENTION_SHADOW is non-nil, then when something is shadowed by SHADOW, don't omit it; instead, mention it but say it is -shadowed. - -Any inserted text ends in two newlines (used by -`help-make-xrefs')." +shadowed." (let* ((amaps (accessible-keymaps startmap prefix)) (orig-maps (if no-menu (progn |