]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading.
authorJuri Linkov <juri@linkov.net>
Wed, 27 Apr 2022 07:36:41 +0000 (10:36 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 27 Apr 2022 07:36:41 +0000 (10:36 +0300)
lisp/help-fns.el

index 67045bb4d671e70f30264fa08419caf07ac1f2fd..9a6225d8589db2cab58089d07419a901ab1844df 100644 (file)
@@ -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 ?→)