diff lisp/whitespace.el @ 72472:1f82c3397a43

(whitespace-cleanup): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Aug 2006 10:55:53 +0000
parents 384cd9b2e977
children b0f398ac4cbd 694bbb62a75d 6823a91487f2
line wrap: on
line diff
--- a/lisp/whitespace.el	Mon Aug 21 10:54:46 2006 +0000
+++ b/lisp/whitespace.el	Mon Aug 21 10:55:53 2006 +0000
@@ -518,6 +518,8 @@
 ;;;###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)