aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-22 11:39:38 +0000
committerEli Zaretskii2002-01-22 11:39:38 +0000
commit6e2391a817f899d59b0fbbe228fa4cc42f17ed44 (patch)
treeba25db5782d1c2198c686787ea98e3fb4d6d0fb7
parent3605e23f6d5c6e5e66ee05aae0e54d0306d1a61d (diff)
downloademacs-6e2391a817f899d59b0fbbe228fa4cc42f17ed44.tar.gz
emacs-6e2391a817f899d59b0fbbe228fa4cc42f17ed44.zip
(Truncation, Overlay Arrow, Usual Display): Add index entries for fringe
usage.
-rw-r--r--lispref/display.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 12ee0a51977..1843b2d443b 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -111,6 +111,11 @@ the rightmost column indicates a line that ``wraps'' onto the next line,
111which is also called @dfn{continuing} the line. (The display table can 111which is also called @dfn{continuing} the line. (The display table can
112specify alternative indicators; see @ref{Display Tables}.) 112specify alternative indicators; see @ref{Display Tables}.)
113 113
114@cindex fringes, and line continuation/truncation indicators
115 On a windowed display, the @samp{$} and @samp{\} indicators are
116replaced with graphics bitmaps displayed on the thin areas right near
117the window edges, called the @dfn{fringes}.
118
114 Note that continuation is different from filling; continuation happens 119 Note that continuation is different from filling; continuation happens
115on the screen only, not in the buffer contents, and it breaks a line 120on the screen only, not in the buffer contents, and it breaks a line
116precisely at the right margin, not at a word boundary. @xref{Filling}. 121precisely at the right margin, not at a word boundary. @xref{Filling}.
@@ -561,6 +566,7 @@ interface to debuggers, the overlay arrow indicates the line of code
561about to be executed. 566about to be executed.
562 567
563@defvar overlay-arrow-string 568@defvar overlay-arrow-string
569@cindex fringe, and overlay arrow display
564This variable holds the string to display to call attention to a 570This variable holds the string to display to call attention to a
565particular line, or @code{nil} if the arrow feature is not in use. 571particular line, or @code{nil} if the arrow feature is not in use.
566On a graphical display the contents of the string are ignored; instead a 572On a graphical display the contents of the string are ignored; instead a
@@ -3132,6 +3138,7 @@ buffers that do not override it. @xref{Default Value}.
3132 3138
3133@defopt indicate-empty-lines 3139@defopt indicate-empty-lines
3134@tindex indicate-empty-lines 3140@tindex indicate-empty-lines
3141@cindex fringes, and empty line indication
3135When this is non-@code{nil}, Emacs displays a special glyph in 3142When this is non-@code{nil}, Emacs displays a special glyph in
3136each empty line at the end of the buffer, on terminals that 3143each empty line at the end of the buffer, on terminals that
3137support it (window systems). 3144support it (window systems).