aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-22 11:27:49 +0000
committerEli Zaretskii2002-01-22 11:27:49 +0000
commitc3f340751f88c53d4079042f19a572936b700bfe (patch)
tree92071fc50b36b1a6c1a242abcaf8831920a1db58
parente56823d94dc120b2cffa00c9c1ec3a51cc3c3831 (diff)
downloademacs-c3f340751f88c53d4079042f19a572936b700bfe.tar.gz
emacs-c3f340751f88c53d4079042f19a572936b700bfe.zip
(Trailing Whitespace): Add index entry for fringe usage.
-rw-r--r--man/display.texi4
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
427special bitmap on the left fringe of the window. To enable this 428special bitmap on the left fringe of the window. To enable this
428feature, set the buffer-local variable @code{indicate-empty-lines} to 429feature, set the buffer-local variable @code{indicate-empty-lines} to
429a non-@code{nil} value. The default value of this variable is 430a non-@code{nil} value. The default value of this variable is
430controlled by the variable @code{default-indicate-empty-lines}; 431controlled by the variable @code{default-indicate-empty-lines};
431by setting that variable, you can enable or disable this feature 432by setting that variable, you can enable or disable this feature
432for all new buffers. 433for all new buffers. (This feature currently doesn't work on
434character terminals.)
433 435
434@node Scrolling 436@node Scrolling
435@section Scrolling 437@section Scrolling