/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

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

revision 1.342 by jurta, Thu Nov 17 07:20:51 2005 UTC revision 1.343 by cyd, Fri Nov 18 02:25:24 2005 UTC
# Line 357  If the optional argument FRAME is given, Line 357  If the optional argument FRAME is given,
357  If FRAME is t, report on the defaults for face FACE (for new frames).  If FRAME is t, report on the defaults for face FACE (for new frames).
358  If FRAME is omitted or nil, use the selected frame.  If FRAME is omitted or nil, use the selected frame.
359    
360  If INHERIT is nil, only attributes directly defined by FACE are considered,  If INHERIT is nil, only attributes directly defined by FACE are
361    so the return value may be `unspecified', or a relative value.    considered, so the return value may be `unspecified',
362      `:ignore-defface', or a relative value.
363  If INHERIT is non-nil, FACE's definition of ATTRIBUTE is merged with the  If INHERIT is non-nil, FACE's definition of ATTRIBUTE is merged with the
364    faces specified by its `:inherit' attribute; however the return value    faces specified by its `:inherit' attribute; however the return value
365    may still be `unspecified' or relative.    may still be relative.
366  If INHERIT is a face or a list of faces, then the result is further merged  If INHERIT is a face or a list of faces, then the result is further merged
367    with that face (or faces), until it becomes specified and absolute.    with that face (or faces), until it becomes specified and absolute.
368    
# Line 560  the default for new frames (this is done Line 561  the default for new frames (this is done
561  attribute is changed on all frames).  attribute is changed on all frames).
562    
563  ARGS must come in pairs ATTRIBUTE VALUE.  ATTRIBUTE must be a valid  ARGS must come in pairs ATTRIBUTE VALUE.  ATTRIBUTE must be a valid
564  face attribute name.  All attributes can be set to `unspecified';  face attribute name.
565  this fact is not further mentioned below.  
566    Unless you're certain you know what you're doing, don't set an
567    attribute to `unspecified' .  To make a face ignore the attribute
568    given in the defface spec, assign it the value `:ignore-defface'.
569    You can do this for any attribute; this fact is not further
570    mentioned below.
571    
572  The following attributes are recognized:  The following attributes are recognized:
573    

Legend:
Removed from v.1.342  
changed lines
  Added in v.1.343

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