From af464e438004698865eafc1b871d4316cfcd8dad Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 24 Apr 2021 18:05:15 +0200 Subject: [PATCH] * lisp/help.el (help--for-help-make-sections): Fix typo. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")) -- 2.39.5