mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 02:50:26 -08:00
Fix documentation of fringe bitmaps
* doc/lispref/display.texi (Fringe Bitmaps): The 'empty-line' fringe indicator _is_ used. (Bug#40799)
This commit is contained in:
parent
a76af88dd8
commit
4d86c7f822
1 changed files with 4 additions and 3 deletions
|
|
@ -4158,8 +4158,8 @@ topmost and bottommost buffer text line; and @code{top-bottom}
|
||||||
indicates where there is just one line of text in the buffer.
|
indicates where there is just one line of text in the buffer.
|
||||||
|
|
||||||
@item @code{empty-line}
|
@item @code{empty-line}
|
||||||
Used to indicate empty lines when @code{indicate-empty-lines} is
|
Used to indicate empty lines after the buffer end when
|
||||||
non-@code{nil}.
|
@code{indicate-empty-lines} is non-@code{nil}.
|
||||||
|
|
||||||
@item @code{overlay-arrow}
|
@item @code{overlay-arrow}
|
||||||
Used for overlay arrows (@pxref{Overlay Arrow}).
|
Used for overlay arrows (@pxref{Overlay Arrow}).
|
||||||
|
|
@ -4301,6 +4301,7 @@ The former is used by overlay arrows. The latter is unused.
|
||||||
@itemx @code{bottom-left-angle}, @code{bottom-right-angle}
|
@itemx @code{bottom-left-angle}, @code{bottom-right-angle}
|
||||||
@itemx @code{top-left-angle}, @code{top-right-angle}
|
@itemx @code{top-left-angle}, @code{top-right-angle}
|
||||||
@itemx @code{left-bracket}, @code{right-bracket}
|
@itemx @code{left-bracket}, @code{right-bracket}
|
||||||
|
@itemx @code{empty-line}
|
||||||
Used to indicate buffer boundaries.
|
Used to indicate buffer boundaries.
|
||||||
|
|
||||||
@item @code{filled-rectangle}, @code{hollow-rectangle}
|
@item @code{filled-rectangle}, @code{hollow-rectangle}
|
||||||
|
|
@ -4308,7 +4309,7 @@ Used to indicate buffer boundaries.
|
||||||
@itemx @code{vertical-bar}, @code{horizontal-bar}
|
@itemx @code{vertical-bar}, @code{horizontal-bar}
|
||||||
Used for different types of fringe cursors.
|
Used for different types of fringe cursors.
|
||||||
|
|
||||||
@item @code{empty-line}, @code{exclamation-mark}, @code{question-mark}
|
@item @code{exclamation-mark}, @code{question-mark}
|
||||||
Not used by core Emacs features.
|
Not used by core Emacs features.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue