From: Richard M. Stallman Date: Wed, 10 Apr 2002 14:45:37 +0000 (+0000) Subject: (custom-face-attributes): Fix typo in `ultra-bold'. X-Git-Tag: ttn-vms-21-2-B4~15718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=992f7c96aabb635381b37cb929331cd3e12f2601;p=emacs.git (custom-face-attributes): Fix typo in `ultra-bold'. --- 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 @@ (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)