diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2026-05-19 15:13:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2026-05-19 15:13:04 +0300 |
| commit | e90cafc2886dec40d241db16cc5cf89d44d34502 (patch) | |
| tree | 8c32263080eefbf073a459d421aa8d7c1f333abb | |
| parent | 520c5b7c71b38464f8fdcee0e61532086a96b466 (diff) | |
; * doc/lispref/display.texi (Displaying Faces): Mention 'margin' face.
| -rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 763a8be7ce9..09022883f71 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3539,6 +3539,11 @@ buffer text. Note that this is so even if the overlay or display string is displayed in the display margins (@pxref{Display Margins}). @item +If the text is to be shown in the display margins, and any given +attribute has not been specified during the preceding steps, Emacs +applies the attribute of the @code{margin} face. + +@item If any given attribute has not been specified during the preceding steps, Emacs applies the attribute of the @code{default} face. @end itemize |
