From: Juri Linkov Date: Wed, 27 Apr 2022 07:36:41 +0000 (+0300) Subject: * lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading. X-Git-Tag: emacs-29.0.90~1931^2~278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e0c4883b7e26f93c0e5b8e745a055b7682c653a;p=emacs.git * lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading. --- 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 ?→)