From b55b7fd7a7fb5affd716daf34f1d76bb515835fc Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Sat, 26 Apr 1997 13:40:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/cus-face.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index b82ff159496..a1bc9684dc7 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -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 -- 2.39.5