From: Luc Teirlinck Date: Fri, 9 Dec 2005 00:47:57 +0000 (+0000) Subject: (custom-buffer-create-internal): Relabel the whole buffer "Reset" X-Git-Tag: emacs-pretest-22.0.90~5420 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eeaa028725dc55658251832d6fb434353c8be89;p=emacs.git (custom-buffer-create-internal): Relabel the whole buffer "Reset" button to "Reset to Current" for consistency with the State buttons. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 8a3f6647f54..eed12113568 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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)