aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen1997-04-26 13:40:48 +0000
committerPer Abrahamsen1997-04-26 13:40:48 +0000
commitb55b7fd7a7fb5affd716daf34f1d76bb515835fc (patch)
treed7a56f87b690936c064715c2959d762efa7bf540
parent8b264726b18643f00e08c6df8e4679da8fe02e6c (diff)
downloademacs-b55b7fd7a7fb5affd716daf34f1d76bb515835fc.tar.gz
emacs-b55b7fd7a7fb5affd716daf34f1d76bb515835fc.zip
*** empty log message ***
-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