aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-24 19:08:21 +0000
committerRichard M. Stallman2002-11-24 19:08:21 +0000
commit877db12e021888f8b605119516083ee2e169d6cf (patch)
tree99a4b8eb10d6d7d636da4bae0bf6c7a0154d3a3b
parent46b1e9bb80473fe5a3190900ec358ff7a4e9978f (diff)
downloademacs-877db12e021888f8b605119516083ee2e169d6cf.tar.gz
emacs-877db12e021888f8b605119516083ee2e169d6cf.zip
indicate-empty-lines => indicate-unused-lines, etc.
-rw-r--r--man/display.texi26
1 files changed, 15 insertions, 11 deletions
diff --git a/man/display.texi b/man/display.texi
index 1d7e998c474..0dbd9621016 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -679,18 +679,22 @@ accessible portion (@pxref{Narrowing}), type @kbd{M-x
679delete-trailing-whitespace @key{RET}}. (This command does not remove 679delete-trailing-whitespace @key{RET}}. (This command does not remove
680the form-feed characters.) 680the form-feed characters.)
681 681
682@vindex indicate-empty-lines 682@vindex indicate-unused-lines
683@vindex default-indicate-empty-lines 683@vindex default-indicate-empty-lines
684@cindex empty lines 684@cindex unused lines
685@cindex fringes, and empty line indication 685@cindex fringes, and unused line indication
686 Emacs can indicate empty lines at the end of the buffer with a small 686 Emacs can indicate unused lines at the end of the window with a
687image in the left fringe of the window (@pxref{Fringes}). To enable 687small image in the left fringe (@pxref{Fringes}). The image appears
688this feature, set the buffer-local variable @code{indicate-empty-lines} 688for window lines that do not correspond to any buffer text. Blank
689to a non-@code{nil} value. The default value of this variable is 689lines at the end of the buffer then stand out because they do not have
690controlled by the variable @code{default-indicate-empty-lines}; by 690this image in the fringe.
691setting that variable, you can enable or disable this feature for all 691
692new buffers. (This feature currently doesn't work on character 692 To enable this feature, set the buffer-local variable
693terminals.) 693@code{indicate-unused-lines} to a non-@code{nil} value. The default
694value of this variable is controlled by the variable
695@code{default-indicate-unused-lines}; by setting that variable, you
696can enable or disable this feature for all new buffers. (This feature
697currently doesn't work on character terminals.)
694 698
695@node Follow Mode 699@node Follow Mode
696@section Follow Mode 700@section Follow Mode