emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Kangas
Subject: master af464e4: * lisp/help.el (help--for-help-make-sections): Fix typo.
Date: Sat, 24 Apr 2021 12:05:44 -0400 (EDT)

branch: master
commit af464e438004698865eafc1b871d4316cfcd8dad
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 e98f4f2..4dcb235 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 ""))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]