Mercurial > emacs
changeset 72472:1f82c3397a43
(whitespace-cleanup): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Aug 2006 10:55:53 +0000 |
parents | 67b9aa1b5c82 |
children | 2b669ff7d168 |
files | lisp/whitespace.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)