projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abb368
)
* lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading.
author
Juri Linkov
<juri@linkov.net>
Wed, 27 Apr 2022 07:36:41 +0000
(10:36 +0300)
committer
Juri Linkov
<juri@linkov.net>
Wed, 27 Apr 2022 07:36:41 +0000
(10:36 +0300)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 67045bb4d671e70f30264fa08419caf07ac1f2fd..9a6225d8589db2cab58089d07419a901ab1844df 100644
(file)
--- 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 ?→)