Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.323 emacs/src/xfaces.c:1.324
*** emacs/src/xfaces.c:1.323    Fri Jun  3 10:39:29 2005
--- emacs/src/xfaces.c  Thu Jun  9 10:36:28 2005
***************
*** 6109,6115 ****
         1, 2, 0,
         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are 
supported.
  The optional argument DISPLAY can be a display name, a frame, or
! nil (meaning the selected frame's display)
  
  The definition of `supported' is somewhat heuristic, but basically means
  that a face containing all the attributes in ATTRIBUTES, when merged
--- 6109,6115 ----
         1, 2, 0,
         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are 
supported.
  The optional argument DISPLAY can be a display name, a frame, or
! nil (meaning the selected frame's display).
  
  The definition of `supported' is somewhat heuristic, but basically means
  that a face containing all the attributes in ATTRIBUTES, when merged
***************
*** 6122,6128 ****
  any display that can display bold, and a `:foreground \"yellow\"' as long
  as it can display a yellowish color, but `:slant italic' will _not_ be
  satisfied by the tty display code's automatic substitution of a `dim'
! face for italic. */)
    (attributes, display)
       Lisp_Object attributes, display;
  {
--- 6122,6128 ----
  any display that can display bold, and a `:foreground \"yellow\"' as long
  as it can display a yellowish color, but `:slant italic' will _not_ be
  satisfied by the tty display code's automatic substitution of a `dim'
! face for italic.  */)
    (attributes, display)
       Lisp_Object attributes, display;
  {


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to