diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ea3fa6f9b11..48a41f53677 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2499,9 +2499,12 @@ space between end of line and edge of the window using this face, or | |||
| 2499 | @code{nil} to not use this face for the space between the end of the | 2499 | @code{nil} to not use this face for the space between the end of the |
| 2500 | line and the edge of the window. When Emacs merges several faces for | 2500 | line and the edge of the window. When Emacs merges several faces for |
| 2501 | displaying the empty space beyond end of line, only those faces with | 2501 | displaying the empty space beyond end of line, only those faces with |
| 2502 | @code{:extend} non-@code{nil} will be merged. By default, only | 2502 | @code{:extend} non-@code{nil} will be merged. By default, only a |
| 2503 | @code{region} and @code{hl-line} faces have this attribute set to | 2503 | small number of faces, notably, @code{region}, have this attribute |
| 2504 | @code{t}. | 2504 | set. This attribute is different from the others in that when a theme |
| 2505 | doesn't specify an explicit value for a face, the value from the | ||
| 2506 | original face definition by @code{defface} is inherited | ||
| 2507 | (@pxref{Defining Faces}). | ||
| 2505 | 2508 | ||
| 2506 | @end table | 2509 | @end table |
| 2507 | 2510 | ||