# HG changeset patch # User Richard M. Stallman # Date 1156157753 0 # Node ID 1f82c3397a43c88d89be8e03a760bb5dfa4e24dc # Parent 67b9aa1b5c82783f23ba29d7c77ceae50013e6b5 (whitespace-cleanup): Doc fix. diff -r 67b9aa1b5c82 -r 1f82c3397a43 lisp/whitespace.el --- 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)