comparison man/display.texi @ 38921:e6853dbe2204

(Trailing Whitespace): Document delete-trailing-whitespace.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Aug 2001 12:37:35 +0000
parents ce6b6f1fd86f
children 62061f910492
comparison
equal deleted inserted replaced
38920:caf015ed2aea 38921:e6853dbe2204
386 line. But trailing whitespace is not displayed specially if point is 386 line. But trailing whitespace is not displayed specially if point is
387 at the end of the line containing the whitespace. (Doing that looks 387 at the end of the line containing the whitespace. (Doing that looks
388 ugly while you are typing in new text, and the location of point is 388 ugly while you are typing in new text, and the location of point is
389 enough in that case to show you that the spaces are present.) 389 enough in that case to show you that the spaces are present.)
390 390
391 @findex delete-trailing-whitespace
392 To delete all trailing whitespace within the current buffer's
393 restriction (@pxref{Narrowing}), type @kbd{M-x
394 delete-trailing-whitespace @key{RET}}. (This command does not remove
395 the form-feed characters.)
396
391 @vindex indicate-empty-lines 397 @vindex indicate-empty-lines
392 @vindex default-indicate-empty-lines 398 @vindex default-indicate-empty-lines
393 @cindex empty lines 399 @cindex empty lines
394 Emacs can indicate empty lines at the end of the buffer with a 400 Emacs can indicate empty lines at the end of the buffer with a
395 special bitmap on the left fringe of the window. To enable this 401 special bitmap on the left fringe of the window. To enable this