]> git.eshelyaron.com Git - emacs.git/commit
Add buttons to outlining and tweak `C-h b' buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 31 Oct 2021 22:13:52 +0000 (23:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 31 Oct 2021 22:13:58 +0000 (23:13 +0100)
commit57030b90d54af1a47508fca032da2634b8c26f4c
tree1a66950d12473acbbc93f207397f6abb295e85e5
parent744acbd384551f004a7e99885426938a633ef633
Add buttons to outlining and tweak `C-h b' buffer

* lisp/help.el (describe-bindings-outline): Change default to t.
(describe-bindings): Tweak the look and remove the explanation.

* lisp/outline.el (outline-minor-mode-use-buttons):
(outline-minor-mode-buttons): New user options.
(outline-hide-subtree): Update buttons.
(outline--make-button, outline--make-button-overlay)
(outline--insert-open-button, outline--insert-close-button)
(outline--fix-up-all-buttons): New functions.
doc/emacs/text.texi
etc/NEWS
lisp/help.el
lisp/outline.el