From 1e0c4883b7e26f93c0e5b8e745a055b7682c653a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 27 Apr 2022 10:36:41 +0300 Subject: [PATCH] * lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading. --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 67045bb4d67..9a6225d8589 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -595,7 +595,7 @@ the C sources, too." (when-let ((elem (assq entry (cdr map)))) (when heading (insert heading) - (setq heading nil)) + (setq heading nil start (point))) (when (> level 0) (insert (if (char-displayable-p ?→) -- 2.39.2