diff lisp/prim/faces.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/prim/faces.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/prim/faces.el	Mon Aug 13 08:52:29 2007 +0200
@@ -1070,10 +1070,10 @@
 
 
 (defvar init-face-from-resources t
-  "If non-nil, attempt to initialize faces from the reseource database.")
+  "If non-nil, attempt to initialize faces from the resource database.")
 
 (defun make-empty-face (name &optional doc-string temporary)
-  "Like `make-face', but doesn't query the reseource database."
+  "Like `make-face', but doesn't query the resource database."
   (let ((init-face-from-resources nil))
     (make-face name doc-string temporary)))
 
@@ -1228,7 +1228,7 @@
 
   ;; similar for bold-italic.
   (or (face-differs-from-default-p 'bold-italic device)
-      (make-face-bold-italic 'bold-italic device))
+      (make-face-bold 'bold-italic device))
   ;; if we couldn't get a bold-italic version, try just bold.
   (or (face-differs-from-default-p 'bold-italic device)
       (make-face-bold-italic 'bold-italic device))