Variable: describe-widget-functions
describe-widget-functions is a variable defined in help-fns.el.gz.
Value
(button-describe
widget-describe)
Documentation
A list of functions for describe-widget to call.
Each function should take one argument, a buffer position, and return non-nil if it described a widget at that position.
Source Code
;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
;; Widgets.
(defvar describe-widget-functions
'(button-describe widget-describe)
"A list of functions for `describe-widget' to call.
Each function should take one argument, a buffer position, and return
non-nil if it described a widget at that position.")