Variable: custom-reset-menu
custom-reset-menu is a variable defined in cus-edit.el.gz.
Value
nil
Documentation
If non-nil, an alist of actions for the Reset button.
This variable is kept for backward compatibility reasons, please use
custom-reset-extended-menu instead.
The key is a string containing the name of the action, the value is a Lisp function taking the widget as an element which will be called when the action is chosen.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defvar custom-reset-menu nil
"If non-nil, an alist of actions for the `Reset' button.
This variable is kept for backward compatibility reasons, please use
`custom-reset-extended-menu' instead.
The key is a string containing the name of the action, the value is a
Lisp function taking the widget as an element which will be called
when the action is chosen.")