Insert an explanation of the [Set] [Save]... line.
Rename Done to Bury Buffer.
"(emacs)Easy Customization")
(widget-insert " for more information.\n\n")
(message "Creating customization buttons...")
+ (widget-insert "Operate on everything in this buffer:\n ")
(widget-create 'push-button
:tag "Set"
:help-echo "Set all modifications for this session."
:help-echo "\
Reset all visible items in this buffer to their standard settings."
:action 'custom-reset-standard))
- (widget-insert " ")
+ (widget-insert " ")
(widget-create 'push-button
- :tag "Done"
+ :tag "Bury Buffer"
:help-echo "Bury the buffer."
:action (lambda (widget &optional event)
(bury-buffer)))