]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-attributes): Fix typo in `ultra-bold'.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Apr 2002 14:45:37 +0000 (14:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Apr 2002 14:45:37 +0000 (14:45 +0000)
lisp/cus-face.el

index a55dbd6eb9016be326622b491ec71d4e25b4d1f2..2f4e91a900a25d5db9cf4fb6c176498038902f6a 100644 (file)
@@ -98,7 +98,7 @@
      (choice :tag "Weight"
             :help-echo "Font weight."
             :value normal              ; default
-            (const :tag "black" ultra_bold)
+            (const :tag "black" ultra-bold)
             (const :tag "bold" bold)
             (const :tag "book" semi-light)
             (const :tag "demibold" semi-bold)