emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sun, 20 Nov 2005 10:23:34 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.194 emacs/lispref/display.texi:1.195
*** emacs/lispref/display.texi:1.194    Fri Nov 18 02:51:12 2005
--- emacs/lispref/display.texi  Sun Nov 20 15:23:33 2005
***************
*** 1859,1869 ****
  next face gets a chance.  However, the @code{default} face must
  specify all attributes.
  
-   Any attribute can have the value @code{:ignore-defface}.  The effect
- of this is identical to @code{unspecified}.  It exists because of an
- technical ambiguity in giving attributes the value @code{unspecified}.
- @xref{Attribute Functions}.
- 
    Some of these font attributes are meaningful only on certain kinds of
  displays---if your display cannot handle a certain attribute, the
  attribute is ignored.  (The attributes @code{:family}, @code{:width},
--- 1859,1864 ----
***************
*** 2055,2068 ****
  This function sets one or more attributes of face @var{face}
  for frame @var{frame}.  If @var{frame} is @code{nil}, it sets
  the attribute for all frames, and the defaults for new frames.
- 
- Unless you know what you're doing, don't set an attribute to
- @code{unspecified}.  This is ambiguous---it is unclear whether it
- means to unspecify the value stored in the frame-local copies of the
- face (which means reverting to the original face spec), or the value
- in the face spec itself.  What you probably want is to set the
- attribute to @code{:ignore-defface}.  This forces the attribute value
- to be acquired from some other face during face merging.
  
  The extra arguments @var{arguments} specify the attributes to set, and
  the values for them.  They should consist of alternating attribute names
--- 2050,2055 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]