]> git.eshelyaron.com Git - emacs.git/commitdiff
(whitespace-cleanup): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Aug 2006 10:55:53 +0000 (10:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Aug 2006 10:55:53 +0000 (10:55 +0000)
lisp/whitespace.el

index 1d162e515e423e5153296222bea74ffc2619b8ab..bb829278ef32e0d8cc69388db81a11f01c11d959 100644 (file)
@@ -518,6 +518,8 @@ and:
 ;;;###autoload
 (defun whitespace-cleanup ()
   "Cleanup the five different kinds of whitespace problems.
+It normally applies to the whole buffer, but in Transient Mark mode
+when the mark is active it applies to the region.
 See `whitespace-buffer' docstring for a summary of the problems."
   (interactive)
   (if (and transient-mark-mode mark-active)