]> git.eshelyaron.com Git - emacs.git/commit
Redesign and improve the help-for-help (C-h C-h) command
authorStefan Kangas <stefan@marxist.se>
Sat, 24 Apr 2021 13:18:03 +0000 (15:18 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 24 Apr 2021 13:18:03 +0000 (15:18 +0200)
commit1fce52813219d325c7c6f758f082009879e2f234
treea8904b2bfadbef7e10cef70805cd92a01cd9ee94
parent21b3ceea3b0321559e9cbdcb034d9c66d3264d89
Redesign and improve the help-for-help (C-h C-h) command

* lisp/help.el (help-for-help): Redesign help screen; add sections,
rearrange and reword.
(help-for-help-header): New face.
(help--for-help-make-commands, help--for-help-make-sections): New
functions.
(help-for-help-buffer-name): New variable.

* lisp/help-macro.el (make-help-screen): New optional argument
BUFFER-NAME.  Fontify keys.

This change was discussed in:
https://lists.gnu.org/r/emacs-devel/2021-02/msg01695.html
https://lists.gnu.org/r/emacs-devel/2021-03/msg00670.html
https://lists.gnu.org/r/emacs-devel/2021-04/msg00292.html
etc/NEWS
lisp/help-macro.el
lisp/help.el