From 0eef62d5459d56b0ce7ccdc0546ff4013785af0e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 21 Jun 1997 23:36:32 +0000 Subject: [PATCH] (custom-buffer-create-internal): Insert an explanation of the [Set] [Save]... line. Rename Done to Bury Buffer. --- lisp/cus-edit.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 05e3f36d33e..baa2e82a65a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -987,6 +987,7 @@ on an active field to invoke its action. Invoke ") "(emacs)Easy Customization") (widget-insert " for more information.\n\n") (message "Creating customization buttons...") + (widget-insert "Operate on everything in this buffer:\n ") (widget-create 'push-button :tag "Set" :help-echo "Set all modifications for this session." @@ -1024,9 +1025,9 @@ Reset all visible items in this buffer to their saved settings." :help-echo "\ Reset all visible items in this buffer to their standard settings." :action 'custom-reset-standard)) - (widget-insert " ") + (widget-insert " ") (widget-create 'push-button - :tag "Done" + :tag "Bury Buffer" :help-echo "Bury the buffer." :action (lambda (widget &optional event) (bury-buffer))) -- 2.39.5