]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-buffer-create-internal):
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Jun 1997 23:36:32 +0000 (23:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Jun 1997 23:36:32 +0000 (23:36 +0000)
Insert an explanation of the [Set] [Save]... line.
Rename Done to Bury Buffer.

lisp/cus-edit.el

index 05e3f36d33e29392c42c4d339fb18324e1c6ea0d..baa2e82a65a00adae74065ee4152c6de19792940 100644 (file)
@@ -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)))