mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(custom-face-attributes): Fix typo in `ultra-bold'.
This commit is contained in:
parent
f9cf4c2c8d
commit
992f7c96aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue