]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help.el (help--for-help-make-sections): Fix typo.
authorStefan Kangas <stefan@marxist.se>
Sat, 24 Apr 2021 16:05:15 +0000 (18:05 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 24 Apr 2021 16:05:15 +0000 (18:05 +0200)
lisp/help.el

index e98f4f2b7ebc424aac27eb7e05fbc38d95d28877..4dcb2353ceb4341849297076faa8cd9b781c09dc 100644 (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 ""))