changeset 17567:71dfc9f61821

*** empty log message ***
author Per Abrahamsen <abraham@dina.kvl.dk>
date Sat, 26 Apr 1997 13:40:48 +0000
parents 7ed40081342f
children 65f85125b4f2
files lisp/cus-face.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Sat Apr 26 04:46:29 1997 +0000
+++ b/lisp/cus-face.el	Sat Apr 26 13:40:48 1997 +0000
@@ -59,16 +59,16 @@
 ;;; Font Attributes.
 
 (defconst custom-face-attributes
-  '((:bold (toggle :format "Bold: %[%v%]\n"
+  '((:bold (toggle :format "%[Bold%]: %v\n"
 		   :help-echo "Control whether a bold font should be used.")
 	   set-face-bold-p
 	   face-bold-p)
-    (:italic (toggle :format "Italic: %[%v%]\n"
+    (:italic (toggle :format "%[Italic%]: %v\n"
 		     :help-echo "\
 Control whether an italic font should be used.")
 	     set-face-italic-p
 	     face-italic-p)
-    (:underline (toggle :format "Underline: %[%v%]\n"
+    (:underline (toggle :format "%[Underline%]: %v\n"
 			:help-echo "\
 Control whether the text should be underlined.")
 		set-face-underline-p