/[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.343 by cyd, Fri Nov 18 02:25:24 2005 UTC revision 1.344 by cyd, Sun Nov 20 15:24:27 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  If INHERIT is nil, only attributes directly defined by FACE are considered,
361    considered, so the return value may be `unspecified',    so the return value may be `unspecified', or a relative value.
   `:ignore-defface', or a relative value.  
362  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
363    faces specified by its `:inherit' attribute; however the return value    faces specified by its `:inherit' attribute; however the return value
364    may still be relative.    may still be `unspecified' or relative.
365  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
366    with that face (or faces), until it becomes specified and absolute.    with that face (or faces), until it becomes specified and absolute.
367    
# Line 561  the default for new frames (this is done Line 560  the default for new frames (this is done
560  attribute is changed on all frames).  attribute is changed on all frames).
561    
562  ARGS must come in pairs ATTRIBUTE VALUE.  ATTRIBUTE must be a valid  ARGS must come in pairs ATTRIBUTE VALUE.  ATTRIBUTE must be a valid
563  face attribute name.  face attribute name. All attributes can be set to `unspecified';
564    this fact is not further mentioned below.
 Unless you're certain you know what you're doing, don't set an  
 attribute to `unspecified' .  To make a face ignore the attribute  
 given in the defface spec, assign it the value `:ignore-defface'.  
 You can do this for any attribute; this fact is not further  
 mentioned below.  
565    
566  The following attributes are recognized:  The following attributes are recognized:
567    

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

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