diff options
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index ddf8cdb4723..addf66dd7a6 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2288,10 +2288,8 @@ same attributes for display. | |||
| 2288 | @end defun | 2288 | @end defun |
| 2289 | 2289 | ||
| 2290 | @defun face-differs-from-default-p face &optional frame | 2290 | @defun face-differs-from-default-p face &optional frame |
| 2291 | This returns @code{t} if the face @var{face} displays differently from | 2291 | This returns non-@code{nil} if the face @var{face} displays |
| 2292 | the default face. A face is considered to be ``the same'' as the | 2292 | differently from the default face. |
| 2293 | default face if each attribute is either the same as that of the default | ||
| 2294 | face, or unspecified (meaning to inherit from the default). | ||
| 2295 | @end defun | 2293 | @end defun |
| 2296 | 2294 | ||
| 2297 | @node Auto Faces | 2295 | @node Auto Faces |