mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(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
@ -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…
Reference in New Issue
Block a user