comparison man/display.texi @ 48534:4128ae2ce141

indicate-empty-lines => indicate-unused-lines, etc.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Nov 2002 19:08:21 +0000
parents 695d2a421704
children 23a1cea22d13
comparison
equal deleted inserted replaced
48533:2eca4c95c2bf 48534:4128ae2ce141
677 To delete all trailing whitespace within the current buffer's 677 To delete all trailing whitespace within the current buffer's
678 accessible portion (@pxref{Narrowing}), type @kbd{M-x 678 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
697 @cindex Follow mode 701 @cindex Follow mode
698 @cindex mode, Follow 702 @cindex mode, Follow