projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fce528
)
* lisp/help.el (help--for-help-make-sections): Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 24 Apr 2021 16:05:15 +0000
(18:05 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 24 Apr 2021 16:05:15 +0000
(18:05 +0200)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index e98f4f2b7ebc424aac27eb7e05fbc38d95d28877..4dcb2353ceb4341849297076faa8cd9b781c09dc 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-222,7
+222,7
@@
Do not call this in the scope of `with-help-window'."
(let ((title (car section)) (commands (cdr section)))
(concat
"\n\n"
- (propertize
(car section)
'face 'help-for-help-header)
+ (propertize
title
'face 'help-for-help-header)
"\n\n"
(help--for-help-make-commands commands))))
sections ""))