# HG changeset patch # User Richard M. Stallman # Date 1018449937 0 # Node ID b1d6fcf67b85374adbc90c66f8d10622aabc70c5 # Parent 7f801508c4d02c43f0a8f5fc42d27bbae65a1c06 (custom-face-attributes): Fix typo in `ultra-bold'. diff -r 7f801508c4d0 -r b1d6fcf67b85 lisp/cus-face.el --- a/lisp/cus-face.el Tue Apr 09 19:28:59 2002 +0000 +++ b/lisp/cus-face.el Wed Apr 10 14:45:37 2002 +0000 @@ -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)