comparison man/display.texi @ 61411:432f333b0501

(Useless Whitespace): `indicate-unused-lines' is now called `indicate-empty-lines'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 09 Apr 2005 16:18:51 +0000
parents f79ed513cc6e
children 6d49a2df78a7 146c086df160
comparison
equal deleted inserted replaced
61410:837ac2918752 61411:432f333b0501
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-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
686 Emacs can indicate unused lines at the end of the window with a 686 Emacs can indicate unused lines at the end of the window with a
687 small image in the left fringe (@pxref{Fringes}). The image appears 687 small image in the left fringe (@pxref{Fringes}). The image appears
688 for window lines that do not correspond to any buffer text. Blank 688 for window lines that do not correspond to any buffer text. Blank
689 lines at the end of the buffer then stand out because they do not have 689 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
699 @node Follow Mode 699 @node Follow Mode
700 @section Follow Mode 700 @section Follow Mode