summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-01-22 11:27:49 +0000
committerEli Zaretskii <eliz@gnu.org>2002-01-22 11:27:49 +0000
commitc3f340751f88c53d4079042f19a572936b700bfe (patch)
tree92071fc50b36b1a6c1a242abcaf8831920a1db58 /man
parente56823d94dc120b2cffa00c9c1ec3a51cc3c3831 (diff)
downloademacs-c3f340751f88c53d4079042f19a572936b700bfe.tar.gz
(Trailing Whitespace): Add index entry for fringe usage.
Diffstat (limited to 'man')
-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.)
@vindex indicate-empty-lines
@vindex default-indicate-empty-lines
@cindex empty lines
+@cindex fringes, and empty line indication
Emacs can indicate empty lines at the end of the buffer with a
special bitmap on the left fringe of the window. To enable this
feature, set the buffer-local variable @code{indicate-empty-lines} to
a non-@code{nil} value. The default value of this variable is
controlled by the variable @code{default-indicate-empty-lines};
by setting that variable, you can enable or disable this feature
-for all new buffers.
+for all new buffers. (This feature currently doesn't work on
+character terminals.)
@node Scrolling
@section Scrolling