diff options
| author | Richard M. Stallman | 2002-04-10 14:45:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-10 14:45:37 +0000 |
| commit | 992f7c96aabb635381b37cb929331cd3e12f2601 (patch) | |
| tree | e0ecbd3d9a6b4036a369dd444c18eb68460c1f77 | |
| parent | f9cf4c2c8d0794034e9832105ed069d88664f158 (diff) | |
| download | emacs-992f7c96aabb635381b37cb929331cd3e12f2601.tar.gz emacs-992f7c96aabb635381b37cb929331cd3e12f2601.zip | |
(custom-face-attributes): Fix typo in `ultra-bold'.
| -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) |