changeset 44471:b1d6fcf67b85

(custom-face-attributes): Fix typo in `ultra-bold'.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Apr 2002 14:45:37 +0000
parents 7f801508c4d0
children 9d117150b0a2
files lisp/cus-face.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)