diff options
| author | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
|---|---|---|
| committer | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
| commit | 13f3370400031e2ac1c9be0932f411370fc6984e (patch) | |
| tree | 06f349b2b0f1cda9e36f7c4390d9d2d9bf49303c /doc/lispref/display.texi | |
| parent | cd0966b33c1fe975520e85e0e7af82c09e4754dc (diff) | |
| parent | dcfcaf40d577808d640016c886d4fae7280a7fd5 (diff) | |
| download | emacs-scratch/raeburn-startup.tar.gz emacs-scratch/raeburn-startup.zip | |
; Merge from branch 'master'scratch/raeburn-startup
Diffstat (limited to 'doc/lispref/display.texi')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index f5c73e55a4f..2ed848adf37 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2423,7 +2423,9 @@ the values of the @code{:family}, @code{:foundry}, @code{:width}, | |||
| 2423 | The name of a face from which to inherit attributes, or a list of face | 2423 | The name of a face from which to inherit attributes, or a list of face |
| 2424 | names. Attributes from inherited faces are merged into the face like | 2424 | names. Attributes from inherited faces are merged into the face like |
| 2425 | an underlying face would be, with higher priority than underlying | 2425 | an underlying face would be, with higher priority than underlying |
| 2426 | faces (@pxref{Displaying Faces}). If a list of faces is used, | 2426 | faces (@pxref{Displaying Faces}). If the face to inherit from is |
| 2427 | @code{unspecified}, it is treated the same as @code{nil}, since Emacs | ||
| 2428 | never merges @code{:inherit} attributes. If a list of faces is used, | ||
| 2427 | attributes from faces earlier in the list override those from later | 2429 | attributes from faces earlier in the list override those from later |
| 2428 | faces. | 2430 | faces. |
| 2429 | @end table | 2431 | @end table |