diff options
| author | Eli Zaretskii | 2002-01-22 11:27:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-22 11:27:49 +0000 |
| commit | c3f340751f88c53d4079042f19a572936b700bfe (patch) | |
| tree | 92071fc50b36b1a6c1a242abcaf8831920a1db58 | |
| parent | e56823d94dc120b2cffa00c9c1ec3a51cc3c3831 (diff) | |
| download | emacs-c3f340751f88c53d4079042f19a572936b700bfe.tar.gz emacs-c3f340751f88c53d4079042f19a572936b700bfe.zip | |
(Trailing Whitespace): Add index entry for fringe usage.
| -rw-r--r-- | man/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi index d419d2076fb..aa9678a2283 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -423,13 +423,15 @@ the form-feed characters.) | |||
| 423 | @vindex indicate-empty-lines | 423 | @vindex indicate-empty-lines |
| 424 | @vindex default-indicate-empty-lines | 424 | @vindex default-indicate-empty-lines |
| 425 | @cindex empty lines | 425 | @cindex empty lines |
| 426 | @cindex fringes, and empty line indication | ||
| 426 | Emacs can indicate empty lines at the end of the buffer with a | 427 | Emacs can indicate empty lines at the end of the buffer with a |
| 427 | special bitmap on the left fringe of the window. To enable this | 428 | special bitmap on the left fringe of the window. To enable this |
| 428 | feature, set the buffer-local variable @code{indicate-empty-lines} to | 429 | feature, set the buffer-local variable @code{indicate-empty-lines} to |
| 429 | a non-@code{nil} value. The default value of this variable is | 430 | a non-@code{nil} value. The default value of this variable is |
| 430 | controlled by the variable @code{default-indicate-empty-lines}; | 431 | controlled by the variable @code{default-indicate-empty-lines}; |
| 431 | by setting that variable, you can enable or disable this feature | 432 | by setting that variable, you can enable or disable this feature |
| 432 | for all new buffers. | 433 | for all new buffers. (This feature currently doesn't work on |
| 434 | character terminals.) | ||
| 433 | 435 | ||
| 434 | @node Scrolling | 436 | @node Scrolling |
| 435 | @section Scrolling | 437 | @section Scrolling |