From: Richard M. Stallman Date: Sat, 21 Jun 1997 23:36:32 +0000 (+0000) Subject: (custom-buffer-create-internal): X-Git-Tag: emacs-20.1~1573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eef62d5459d56b0ce7ccdc0546ff4013785af0e;p=emacs.git (custom-buffer-create-internal): Insert an explanation of the [Set] [Save]... line. Rename Done to Bury Buffer. --- 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)))