diff options
| author | Eli Zaretskii | 2020-07-07 17:55:24 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-07-07 17:55:24 +0300 |
| commit | 1279bdb072786d41d25eb968f894764ba2573ede (patch) | |
| tree | 29c9e7fce8fb7b2a30fca617276cbfb413920987 | |
| parent | 71fc003860043487534379ceeaa61ac4a7617756 (diff) | |
| download | emacs-1279bdb072786d41d25eb968f894764ba2573ede.tar.gz emacs-1279bdb072786d41d25eb968f894764ba2573ede.zip | |
Another clarification of left/right-fringe display spec
* doc/lispref/display.texi (Fringe Bitmaps): More accurate
description of what FACE means in the left/right-fringe display
spec.
| -rw-r--r-- | doc/lispref/display.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 19e0fdf0b12..ecb9cff8a2a 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4278,9 +4278,11 @@ a display specification has the form | |||
| 4278 | @var{fringe} is either the symbol @code{left-fringe} or | 4278 | @var{fringe} is either the symbol @code{left-fringe} or |
| 4279 | @code{right-fringe}. @var{bitmap} is a symbol identifying the bitmap | 4279 | @code{right-fringe}. @var{bitmap} is a symbol identifying the bitmap |
| 4280 | to display. The optional @var{face} names a face whose foreground and | 4280 | to display. The optional @var{face} names a face whose foreground and |
| 4281 | background colors are to be used to display the bitmap; this face is | 4281 | background colors are to be used to display the bitmap, using the |
| 4282 | automatically merged with the @code{fringe} face. If @var{face} is | 4282 | attributes of the @code{fringe} face for colors that @var{face} didn't |
| 4283 | omitted, that means to use the @code{default} face. | 4283 | specify. If @var{face} is omitted, that means to use the attributes |
| 4284 | of the @code{default} face for the colors which the @code{fringe} face | ||
| 4285 | didn't specify. | ||
| 4284 | 4286 | ||
| 4285 | For instance, to display an arrow in the left fringe, using the | 4287 | For instance, to display an arrow in the left fringe, using the |
| 4286 | @code{warning} face, you could say something like: | 4288 | @code{warning} face, you could say something like: |