]> git.eshelyaron.com Git - emacs.git/commit
Add new commands to describe buttons and widgets
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 7 Aug 2020 11:14:41 +0000 (13:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 7 Aug 2020 11:36:55 +0000 (13:36 +0200)
commit95b60c84b3bbed262d0af75bc69d4df9cb2cd9eb
tree1a42fcf748db2b90681f749ddf8f6b2497bd75b0
parentc32d6b21b81bed54d9738816c9164157ab6165c3
Add new commands to describe buttons and widgets

* lisp/help-fns.el (describe-widget-functions): New variable, used by
describe-widget.
(describe-widget): New command, to display information about a widget.
* lisp/button.el (button-describe): New command, for describing a button.
(button--describe): Helper function for button-describe.
* lisp/wid-edit.el (widget-describe): New command, for describing a
widget.
(widget--resolve-parent-action): Helper function, to allow
widget-describe to display more useful information (bug#139).
etc/NEWS
lisp/button.el
lisp/help-fns.el
lisp/wid-edit.el