1
0
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:
Luc Teirlinck 2005-12-09 00:47:57 +00:00
parent 30c0292595
commit 0eeaa02872

View File

@ -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)