comparison man/display.texi @ 90143:146c086df160

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 241-257) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 59-65) - Update from CVS - Merge from emacs--cvs-trunk--0 - (mm-string-to-multibyte): Use Gnus trunk definition.
author Miles Bader <miles@gnu.org>
date Thu, 14 Apr 2005 05:03:52 +0000
parents 4da4a09e8b1b 432f333b0501
children f042e7c0fe20
comparison
equal deleted inserted replaced
90142:627771f44771 90143:146c086df160
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