Variable: custom-actioned-widget

custom-actioned-widget is a variable defined in cus-edit.el.gz.

Value

nil

Documentation

Widget for which to show the menu of available actions.

When showing a menu for a custom-variable, custom-face or custom-group widget, the respective custom-*-action functions bind this variable to that widget, and the respective custom-*-menu menus use the binding in their :enable and
:selected forms.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defvar custom-actioned-widget nil
  "Widget for which to show the menu of available actions.

When showing a menu for a custom-variable, custom-face or custom-group widget,
the respective custom-*-action functions bind this variable to that widget, and
the respective custom-*-menu menus use the binding in their :enable and
:selected forms.")