1
Fork 0
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:
Richard M. Stallman 2002-04-10 14:45:37 +00:00
parent f9cf4c2c8d
commit 992f7c96aa

View file

@ -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)