Mercurial > emacs
changeset 67413:3ddc4eef6279
(custom-buffer-create-internal): Relabel the whole buffer "Reset"
button to "Reset to Current" for consistency with the State buttons.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 09 Dec 2005 00:47:57 +0000 |
parents | 9b9327558fcd |
children | ba853fd4880c |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)