]> git.eshelyaron.com Git - emacs.git/commitdiff
indicate-empty-lines => indicate-unused-lines, etc.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:08:21 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:08:21 +0000 (19:08 +0000)
man/display.texi

index 1d7e998c4740a81c293c04f56592574f2d9d2c55..0dbd96210165c881be87f04526d805d6e8e0f99f 100644 (file)
@@ -679,18 +679,22 @@ accessible portion (@pxref{Narrowing}), type @kbd{M-x
 delete-trailing-whitespace @key{RET}}.  (This command does not remove
 the form-feed characters.)
 
-@vindex indicate-empty-lines
+@vindex indicate-unused-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 small
-image in the left fringe of the window (@pxref{Fringes}).  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.  (This feature currently doesn't work on character
-terminals.)
+@cindex unused lines
+@cindex fringes, and unused line indication
+  Emacs can indicate unused lines at the end of the window with a
+small image in the left fringe (@pxref{Fringes}).  The image appears
+for window lines that do not correspond to any buffer text.  Blank
+lines at the end of the buffer then stand out because they do not have
+this image in the fringe.
+
+  To enable this feature, set the buffer-local variable
+@code{indicate-unused-lines} to a non-@code{nil} value.  The default
+value of this variable is controlled by the variable
+@code{default-indicate-unused-lines}; by setting that variable, you
+can enable or disable this feature for all new buffers.  (This feature
+currently doesn't work on character terminals.)
 
 @node Follow Mode
 @section Follow Mode