diff options
| author | Eli Zaretskii | 2002-01-22 11:39:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-22 11:39:38 +0000 |
| commit | 6e2391a817f899d59b0fbbe228fa4cc42f17ed44 (patch) | |
| tree | ba25db5782d1c2198c686787ea98e3fb4d6d0fb7 | |
| parent | 3605e23f6d5c6e5e66ee05aae0e54d0306d1a61d (diff) | |
| download | emacs-6e2391a817f899d59b0fbbe228fa4cc42f17ed44.tar.gz emacs-6e2391a817f899d59b0fbbe228fa4cc42f17ed44.zip | |
(Truncation, Overlay Arrow, Usual Display): Add index entries for fringe
usage.
| -rw-r--r-- | lispref/display.texi | 7 |
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, | |||
| 111 | which is also called @dfn{continuing} the line. (The display table can | 111 | which is also called @dfn{continuing} the line. (The display table can |
| 112 | specify alternative indicators; see @ref{Display Tables}.) | 112 | specify 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 | ||
| 116 | replaced with graphics bitmaps displayed on the thin areas right near | ||
| 117 | the 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 |
| 115 | on the screen only, not in the buffer contents, and it breaks a line | 120 | on the screen only, not in the buffer contents, and it breaks a line |
| 116 | precisely at the right margin, not at a word boundary. @xref{Filling}. | 121 | precisely 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 | |||
| 561 | about to be executed. | 566 | about to be executed. |
| 562 | 567 | ||
| 563 | @defvar overlay-arrow-string | 568 | @defvar overlay-arrow-string |
| 569 | @cindex fringe, and overlay arrow display | ||
| 564 | This variable holds the string to display to call attention to a | 570 | This variable holds the string to display to call attention to a |
| 565 | particular line, or @code{nil} if the arrow feature is not in use. | 571 | particular line, or @code{nil} if the arrow feature is not in use. |
| 566 | On a graphical display the contents of the string are ignored; instead a | 572 | On 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 | ||
| 3135 | When this is non-@code{nil}, Emacs displays a special glyph in | 3142 | When this is non-@code{nil}, Emacs displays a special glyph in |
| 3136 | each empty line at the end of the buffer, on terminals that | 3143 | each empty line at the end of the buffer, on terminals that |
| 3137 | support it (window systems). | 3144 | support it (window systems). |