summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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."
(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)