aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2018-10-15 22:44:37 -0400
committerStefan Monnier2018-10-15 22:44:37 -0400
commite07ced013c1ff1469e0cfa019bbfa2438c879919 (patch)
treebcb75b9f231e2d9460d0cce694ac203f6bd0bb48
parent6716eb24cfc5b21be5232acdc8c743dd0de81b41 (diff)
downloademacs-e07ced013c1ff1469e0cfa019bbfa2438c879919.tar.gz
emacs-e07ced013c1ff1469e0cfa019bbfa2438c879919.zip
* doc/lispref/display.texi (Fringe Bitmaps): Remove redundant items
-rw-r--r--doc/lispref/display.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 9a6fb422f01..b4a4d6c454d 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4170,10 +4170,10 @@ Used to indicate continued lines.
4170@item @code{right-triangle}, @code{left-triangle} 4170@item @code{right-triangle}, @code{left-triangle}
4171The former is used by overlay arrows. The latter is unused. 4171The former is used by overlay arrows. The latter is unused.
4172 4172
4173@item @code{up-arrow}, @code{down-arrow}, @code{top-left-angle} @code{top-right-angle} 4173@item @code{up-arrow}, @code{down-arrow}
4174@itemx @code{bottom-left-angle}, @code{bottom-right-angle} 4174@itemx @code{bottom-left-angle}, @code{bottom-right-angle}
4175@itemx @code{top-right-angle}, @code{top-left-angle} 4175@itemx @code{top-left-angle}, @code{top-right-angle}
4176@itemx @code{left-bracket}, @code{right-bracket}, @code{top-right-angle}, @code{top-left-angle} 4176@itemx @code{left-bracket}, @code{right-bracket}
4177Used to indicate buffer boundaries. 4177Used to indicate buffer boundaries.
4178 4178
4179@item @code{filled-rectangle}, @code{hollow-rectangle} 4179@item @code{filled-rectangle}, @code{hollow-rectangle}
@@ -4181,7 +4181,7 @@ Used to indicate buffer boundaries.
4181@itemx @code{vertical-bar}, @code{horizontal-bar} 4181@itemx @code{vertical-bar}, @code{horizontal-bar}
4182Used for different types of fringe cursors. 4182Used for different types of fringe cursors.
4183 4183
4184@item @code{empty-line}, @code{exclamation-mark}, @code{question-mark}, @code{exclamation-mark} 4184@item @code{empty-line}, @code{exclamation-mark}, @code{question-mark}
4185Not used by core Emacs features. 4185Not used by core Emacs features.
4186@end table 4186@end table
4187 4187