* lisp/help.el (help--for-help-make-sections): Fix typo.

This commit is contained in:
Stefan Kangas 2021-04-24 18:05:15 +02:00
parent 1fce528132
commit af464e4380

View file

@ -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 ""))