From: Stefan Kangas Date: Sat, 24 Apr 2021 16:05:15 +0000 (+0200) Subject: * lisp/help.el (help--for-help-make-sections): Fix typo. X-Git-Tag: emacs-28.0.90~2747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af464e438004698865eafc1b871d4316cfcd8dad;p=emacs.git * lisp/help.el (help--for-help-make-sections): Fix typo. --- diff --git a/lisp/help.el b/lisp/help.el index e98f4f2b7eb..4dcb2353ceb 100644 --- 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 ""))