aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-09 00:47:57 +0000
committerLuc Teirlinck2005-12-09 00:47:57 +0000
commit0eeaa028725dc55658251832d6fb434353c8be89 (patch)
treee945c2ec953150bafaf6579c7086be95d5b0c693
parent30c02925954aa4fd721edd8e671d4d8e6c9bdf6e (diff)
downloademacs-0eeaa028725dc55658251832d6fb434353c8be89.tar.gz
emacs-0eeaa028725dc55658251832d6fb434353c8be89.zip
(custom-buffer-create-internal): Relabel the whole buffer "Reset"
button to "Reset to Current" for consistency with the State buttons.
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
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."
1466 (custom-reset event)))) 1466 (custom-reset event))))
1467 (widget-insert "\n ") 1467 (widget-insert "\n ")
1468 (widget-create 'push-button 1468 (widget-create 'push-button
1469 :tag "Reset" 1469 :tag "Reset to Current"
1470 :help-echo "\ 1470 :help-echo "\
1471Reset all edited text in this buffer to reflect current values." 1471Reset all edited text in this buffer to reflect current values."
1472 :action 'Custom-reset-current) 1472 :action 'Custom-reset-current)