mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +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))))
|
(custom-reset event))))
|
||||||
(widget-insert "\n ")
|
(widget-insert "\n ")
|
||||||
(widget-create 'push-button
|
(widget-create 'push-button
|
||||||
:tag "Reset"
|
:tag "Reset to Current"
|
||||||
:help-echo "\
|
:help-echo "\
|
||||||
Reset all edited text in this buffer to reflect current values."
|
Reset all edited text in this buffer to reflect current values."
|
||||||
:action 'Custom-reset-current)
|
:action 'Custom-reset-current)
|
||||||
|
Loading…
Reference in New Issue
Block a user