]> code.delx.au - gnu-emacs/blobdiff - src/xfaces.c
*** empty log message ***
[gnu-emacs] / src / xfaces.c
index d775cc174c5609ca5f4f9ddbc095a646221a1479..173c0b45c585f2d9f762241e7d1a8a08b70db37e 100644 (file)
@@ -5796,7 +5796,7 @@ realize_face (cache, attrs, c, base_face, former_face_id)
   /* Insert the new face.  */
   cache_face (cache, face, lface_hash (attrs));
 #ifdef HAVE_WINDOW_SYSTEM
-  if (FRAME_X_P (cache->f) && face->font == NULL)
+  if (FRAME_WINDOW_P (cache->f) && face->font == NULL)
     load_face_font (cache->f, face, c);
 #endif  /* HAVE_WINDOW_SYSTEM */
   return face;
@@ -6176,8 +6176,8 @@ DEFUN ("tty-suppress-bold-inverse-default-colors",
        Stty_suppress_bold_inverse_default_colors, 1, 1, 0,
   "Suppress/allow boldness of faces with inverse default colors.\n\
 SUPPRESS non-nil means suppress it.\n\
-This affects bold faces whose foreground is the default background color\n\
-of the display and whose background is the default foreground color.\n\
+This affects bold faces on TTYs whose foreground is the default background\n\
+color of the display and whose background is the default foreground color.\n\
 For such faces, no bold text will be displayed.")
   (suppress)
      Lisp_Object suppress;