aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-04-09 16:18:51 +0000
committerLuc Teirlinck <[email protected]>2005-04-09 16:18:51 +0000
commit23e3383d016136432d076dee0ef0fff79148e6fb (patch)
treeac3992f01aa46a5271f1c7ac7acc4ebfa4f96f8a /man
parenta13d134ce1e9a6a9ad37a86fa34b3320d2ec5e0e (diff)
(Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.
Diffstat (limited to 'man')
-rw-r--r--man/display.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi
index 01b0291e5e..c1b0c540fb 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -679,7 +679,7 @@ accessible portion (@pxref{Narrowing}), type @kbd{M-x
delete-trailing-whitespace @key{RET}}. (This command does not remove
the form-feed characters.)
-@vindex indicate-unused-lines
+@vindex indicate-empty-lines
@vindex default-indicate-empty-lines
@cindex unused lines
@cindex fringes, and unused line indication
@@ -690,9 +690,9 @@ 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
+@code{indicate-empty-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
+@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.)