changeset 18373:45ef45c34aa4

(custom-buffer-create-internal): Insert an explanation of the [Set] [Save]... line. Rename Done to Bury Buffer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Jun 1997 23:36:32 +0000
parents 5b5261ce8db9
children 201d766770fd
files lisp/cus-edit.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Sat Jun 21 21:25:16 1997 +0000
+++ b/lisp/cus-edit.el	Sat Jun 21 23:36:32 1997 +0000
@@ -987,6 +987,7 @@
 		 "(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 @@
 		   :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)))