aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-10 14:45:37 +0000
committerRichard M. Stallman2002-04-10 14:45:37 +0000
commit992f7c96aabb635381b37cb929331cd3e12f2601 (patch)
treee0ecbd3d9a6b4036a369dd444c18eb68460c1f77
parentf9cf4c2c8d0794034e9832105ed069d88664f158 (diff)
downloademacs-992f7c96aabb635381b37cb929331cd3e12f2601.tar.gz
emacs-992f7c96aabb635381b37cb929331cd3e12f2601.zip
(custom-face-attributes): Fix typo in `ultra-bold'.
-rw-r--r--lisp/cus-face.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index a55dbd6eb90..2f4e91a900a 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -98,7 +98,7 @@
98 (choice :tag "Weight" 98 (choice :tag "Weight"
99 :help-echo "Font weight." 99 :help-echo "Font weight."
100 :value normal ; default 100 :value normal ; default
101 (const :tag "black" ultra_bold) 101 (const :tag "black" ultra-bold)
102 (const :tag "bold" bold) 102 (const :tag "bold" bold)
103 (const :tag "book" semi-light) 103 (const :tag "book" semi-light)
104 (const :tag "demibold" semi-bold) 104 (const :tag "demibold" semi-bold)