aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2020-04-25 12:48:14 +0300
committerEli Zaretskii2020-04-25 12:48:14 +0300
commit4d86c7f8227a90b02854ab42f25b32e218cb3687 (patch)
tree52d80be29e3742a282249c8179b272e3723717ed /doc
parenta76af88dd872091f78bb1a4716750934f6fbaab3 (diff)
downloademacs-4d86c7f8227a90b02854ab42f25b32e218cb3687.tar.gz
emacs-4d86c7f8227a90b02854ab42f25b32e218cb3687.zip
Fix documentation of fringe bitmaps
* doc/lispref/display.texi (Fringe Bitmaps): The 'empty-line' fringe indicator _is_ used. (Bug#40799)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 4e73afeaf9e..0b7358ea171 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4158,8 +4158,8 @@ topmost and bottommost buffer text line; and @code{top-bottom}
4158indicates where there is just one line of text in the buffer. 4158indicates where there is just one line of text in the buffer.
4159 4159
4160@item @code{empty-line} 4160@item @code{empty-line}
4161Used to indicate empty lines when @code{indicate-empty-lines} is 4161Used to indicate empty lines after the buffer end when
4162non-@code{nil}. 4162@code{indicate-empty-lines} is non-@code{nil}.
4163 4163
4164@item @code{overlay-arrow} 4164@item @code{overlay-arrow}
4165Used for overlay arrows (@pxref{Overlay Arrow}). 4165Used for overlay arrows (@pxref{Overlay Arrow}).
@@ -4301,6 +4301,7 @@ The former is used by overlay arrows. The latter is unused.
4301@itemx @code{bottom-left-angle}, @code{bottom-right-angle} 4301@itemx @code{bottom-left-angle}, @code{bottom-right-angle}
4302@itemx @code{top-left-angle}, @code{top-right-angle} 4302@itemx @code{top-left-angle}, @code{top-right-angle}
4303@itemx @code{left-bracket}, @code{right-bracket} 4303@itemx @code{left-bracket}, @code{right-bracket}
4304@itemx @code{empty-line}
4304Used to indicate buffer boundaries. 4305Used to indicate buffer boundaries.
4305 4306
4306@item @code{filled-rectangle}, @code{hollow-rectangle} 4307@item @code{filled-rectangle}, @code{hollow-rectangle}
@@ -4308,7 +4309,7 @@ Used to indicate buffer boundaries.
4308@itemx @code{vertical-bar}, @code{horizontal-bar} 4309@itemx @code{vertical-bar}, @code{horizontal-bar}
4309Used for different types of fringe cursors. 4310Used for different types of fringe cursors.
4310 4311
4311@item @code{empty-line}, @code{exclamation-mark}, @code{question-mark} 4312@item @code{exclamation-mark}, @code{question-mark}
4312Not used by core Emacs features. 4313Not used by core Emacs features.
4313@end table 4314@end table
4314 4315