diff options
| author | Luc Teirlinck | 2005-04-09 16:18:51 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-04-09 16:18:51 +0000 |
| commit | 23e3383d016136432d076dee0ef0fff79148e6fb (patch) | |
| tree | ac3992f01aa46a5271f1c7ac7acc4ebfa4f96f8a | |
| parent | a13d134ce1e9a6a9ad37a86fa34b3320d2ec5e0e (diff) | |
| download | emacs-23e3383d016136432d076dee0ef0fff79148e6fb.tar.gz emacs-23e3383d016136432d076dee0ef0fff79148e6fb.zip | |
(Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.
| -rw-r--r-- | man/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi index 01b0291e5e8..c1b0c540fb5 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -679,7 +679,7 @@ accessible portion (@pxref{Narrowing}), type @kbd{M-x | |||
| 679 | delete-trailing-whitespace @key{RET}}. (This command does not remove | 679 | delete-trailing-whitespace @key{RET}}. (This command does not remove |
| 680 | the form-feed characters.) | 680 | the form-feed characters.) |
| 681 | 681 | ||
| 682 | @vindex indicate-unused-lines | 682 | @vindex indicate-empty-lines |
| 683 | @vindex default-indicate-empty-lines | 683 | @vindex default-indicate-empty-lines |
| 684 | @cindex unused lines | 684 | @cindex unused lines |
| 685 | @cindex fringes, and unused line indication | 685 | @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 | |||
| 690 | this image in the fringe. | 690 | this image in the fringe. |
| 691 | 691 | ||
| 692 | To enable this feature, set the buffer-local variable | 692 | To enable this feature, set the buffer-local variable |
| 693 | @code{indicate-unused-lines} to a non-@code{nil} value. The default | 693 | @code{indicate-empty-lines} to a non-@code{nil} value. The default |
| 694 | value of this variable is controlled by the variable | 694 | value of this variable is controlled by the variable |
| 695 | @code{default-indicate-unused-lines}; by setting that variable, you | 695 | @code{default-indicate-empty-lines}; by setting that variable, you |
| 696 | can enable or disable this feature for all new buffers. (This feature | 696 | can enable or disable this feature for all new buffers. (This feature |
| 697 | currently doesn't work on character terminals.) | 697 | currently doesn't work on character terminals.) |
| 698 | 698 | ||