* lisp/help.el (help--for-help-make-sections): Fix typo.
This commit is contained in:
parent
1fce528132
commit
af464e4380
1 changed files with 1 additions and 1 deletions
|
@ -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 ""))
|
||||
|
|
Loading…
Add table
Reference in a new issue