diff options
| author | Richard M. Stallman | 2002-11-24 19:08:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-24 19:08:21 +0000 |
| commit | 877db12e021888f8b605119516083ee2e169d6cf (patch) | |
| tree | 99a4b8eb10d6d7d636da4bae0bf6c7a0154d3a3b /man | |
| parent | 46b1e9bb80473fe5a3190900ec358ff7a4e9978f (diff) | |
| download | emacs-877db12e021888f8b605119516083ee2e169d6cf.tar.gz emacs-877db12e021888f8b605119516083ee2e169d6cf.zip | |
indicate-empty-lines => indicate-unused-lines, etc.
Diffstat (limited to 'man')
| -rw-r--r-- | man/display.texi | 26 |
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 | |||
| 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-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 |
| 687 | image in the left fringe of the window (@pxref{Fringes}). To enable | 687 | small image in the left fringe (@pxref{Fringes}). The image appears |
| 688 | this feature, set the buffer-local variable @code{indicate-empty-lines} | 688 | for window lines that do not correspond to any buffer text. Blank |
| 689 | to a non-@code{nil} value. The default value of this variable is | 689 | lines at the end of the buffer then stand out because they do not have |
| 690 | controlled by the variable @code{default-indicate-empty-lines}; by | 690 | this image in the fringe. |
| 691 | setting that variable, you can enable or disable this feature for all | 691 | |
| 692 | new buffers. (This feature currently doesn't work on character | 692 | To enable this feature, set the buffer-local variable |
| 693 | terminals.) | 693 | @code{indicate-unused-lines} to a non-@code{nil} value. The default |
| 694 | value of this variable is controlled by the variable | ||
| 695 | @code{default-indicate-unused-lines}; by setting that variable, you | ||
| 696 | can enable or disable this feature for all new buffers. (This feature | ||
| 697 | currently doesn't work on character terminals.) | ||
| 694 | 698 | ||
| 695 | @node Follow Mode | 699 | @node Follow Mode |
| 696 | @section Follow Mode | 700 | @section Follow Mode |