mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/lispref/display.texi (Displaying Faces): Mention 'margin' face.
This commit is contained in:
parent
520c5b7c71
commit
e90cafc288
1 changed files with 5 additions and 0 deletions
|
|
@ -3538,6 +3538,11 @@ attributes, Emacs applies the face attributes of the ``underlying''
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue