aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-face.el6
1 files 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 @@
59;;; Font Attributes. 59;;; Font Attributes.
60 60
61(defconst custom-face-attributes 61(defconst custom-face-attributes
62 '((:bold (toggle :format "Bold: %[%v%]\n" 62 '((:bold (toggle :format "%[Bold%]: %v\n"
63 :help-echo "Control whether a bold font should be used.") 63 :help-echo "Control whether a bold font should be used.")
64 set-face-bold-p 64 set-face-bold-p
65 face-bold-p) 65 face-bold-p)
66 (:italic (toggle :format "Italic: %[%v%]\n" 66 (:italic (toggle :format "%[Italic%]: %v\n"
67 :help-echo "\ 67 :help-echo "\
68Control whether an italic font should be used.") 68Control whether an italic font should be used.")
69 set-face-italic-p 69 set-face-italic-p
70 face-italic-p) 70 face-italic-p)
71 (:underline (toggle :format "Underline: %[%v%]\n" 71 (:underline (toggle :format "%[Underline%]: %v\n"
72 :help-echo "\ 72 :help-echo "\
73Control whether the text should be underlined.") 73Control whether the text should be underlined.")
74 set-face-underline-p 74 set-face-underline-p