From 0d92660c530d143a89f2f49a0b399f40949a3cd0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Aug 2006 10:55:53 +0000 Subject: [PATCH] (whitespace-cleanup): Doc fix. --- lisp/whitespace.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2