(custom-buffer-create-internal): Relabel the whole buffer "Reset"
button to "Reset to Current" for consistency with the State buttons.
This commit is contained in:
parent
30c0292595
commit
0eeaa02872
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ This updates your Emacs initialization file or creates a new one."
|
|||
(custom-reset event))))
|
||||
(widget-insert "\n ")
|
||||
(widget-create 'push-button
|
||||
:tag "Reset"
|
||||
:tag "Reset to Current"
|
||||
:help-echo "\
|
||||
Reset all edited text in this buffer to reflect current values."
|
||||
:action 'Custom-reset-current)
|
||||
|
|
Loading…
Add table
Reference in a new issue