emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 4d86c7f: Fix documentation of fringe bitmaps


From: Eli Zaretskii
Subject: emacs-27 4d86c7f: Fix documentation of fringe bitmaps
Date: Sat, 25 Apr 2020 05:48:59 -0400 (EDT)

branch: emacs-27
commit 4d86c7f8227a90b02854ab42f25b32e218cb3687
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of fringe bitmaps
    
    * doc/lispref/display.texi (Fringe Bitmaps): The 'empty-line'
    fringe indicator _is_ used.  (Bug#40799)
---
 doc/lispref/display.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 4e73afe..0b7358e 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}
 indicates where there is just one line of text in the buffer.
 
 @item @code{empty-line}
-Used to indicate empty lines when @code{indicate-empty-lines} is
-non-@code{nil}.
+Used to indicate empty lines after the buffer end when
+@code{indicate-empty-lines} is non-@code{nil}.
 
 @item @code{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{top-left-angle}, @code{top-right-angle}
 @itemx @code{left-bracket}, @code{right-bracket}
+@itemx @code{empty-line}
 Used to indicate buffer boundaries.
 
 @item @code{filled-rectangle}, @code{hollow-rectangle}
@@ -4308,7 +4309,7 @@ Used to indicate buffer boundaries.
 @itemx @code{vertical-bar}, @code{horizontal-bar}
 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.
 @end table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]