# HG changeset patch # User Luc Teirlinck # Date 1134089277 0 # Node ID 3ddc4eef6279890a742e37d6b3aacc5e21b17234 # Parent 9b9327558fcd6935ac6b7973e8cd5034a2076029 (custom-buffer-create-internal): Relabel the whole buffer "Reset" button to "Reset to Current" for consistency with the State buttons. diff -r 9b9327558fcd -r 3ddc4eef6279 lisp/cus-edit.el --- a/lisp/cus-edit.el Fri Dec 09 00:44:17 2005 +0000 +++ b/lisp/cus-edit.el Fri Dec 09 00:47:57 2005 +0000 @@ -1466,7 +1466,7 @@ (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)