/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.323 by lektu, Fri Jun 3 10:39:29 2005 UTC revision 1.324 by lektu, Thu Jun 9 10:36:28 2005 UTC
# Line 6109  DEFUN ("display-supports-face-attributes Line 6109  DEFUN ("display-supports-face-attributes
6109         1, 2, 0,         1, 2, 0,
6110         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are supported.         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are supported.
6111  The optional argument DISPLAY can be a display name, a frame, or  The optional argument DISPLAY can be a display name, a frame, or
6112  nil (meaning the selected frame's display)  nil (meaning the selected frame's display).
6113    
6114  The definition of `supported' is somewhat heuristic, but basically means  The definition of `supported' is somewhat heuristic, but basically means
6115  that a face containing all the attributes in ATTRIBUTES, when merged  that a face containing all the attributes in ATTRIBUTES, when merged
# Line 6122  Point (2) implies that a `:weight black' Line 6122  Point (2) implies that a `:weight black'
6122  any display that can display bold, and a `:foreground \"yellow\"' as long  any display that can display bold, and a `:foreground \"yellow\"' as long
6123  as it can display a yellowish color, but `:slant italic' will _not_ be  as it can display a yellowish color, but `:slant italic' will _not_ be
6124  satisfied by the tty display code's automatic substitution of a `dim'  satisfied by the tty display code's automatic substitution of a `dim'
6125  face for italic. */)  face for italic.  */)
6126    (attributes, display)    (attributes, display)
6127       Lisp_Object attributes, display;       Lisp_Object attributes, display;
6128  {  {

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26