From 992f7c96aabb635381b37cb929331cd3e12f2601 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Apr 2002 14:45:37 +0000 Subject: [PATCH] (custom-face-attributes): Fix typo in `ultra-bold'. --- lisp/cus-face.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2