From: Richard M. Stallman Date: Mon, 21 Aug 2006 10:55:53 +0000 (+0000) Subject: (whitespace-cleanup): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d92660c530d143a89f2f49a0b399f40949a3cd0;p=emacs.git (whitespace-cleanup): Doc fix. --- diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 1d162e515e4..bb829278ef3 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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)