diff options
| -rw-r--r-- | lisp/cus-face.el | 2 |
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) |