aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-21 10:55:53 +0000
committerRichard M. Stallman2006-08-21 10:55:53 +0000
commit0d92660c530d143a89f2f49a0b399f40949a3cd0 (patch)
treec5396039b29e876a6cd34b804e8c0deb3b5185c3
parenta847570cfe72b1c65cf1951347fe34dbb12a6d6d (diff)
downloademacs-0d92660c530d143a89f2f49a0b399f40949a3cd0.tar.gz
emacs-0d92660c530d143a89f2f49a0b399f40949a3cd0.zip
(whitespace-cleanup): Doc fix.
-rw-r--r--lisp/whitespace.el2
1 files changed, 2 insertions, 0 deletions
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:
518;;;###autoload 518;;;###autoload
519(defun whitespace-cleanup () 519(defun whitespace-cleanup ()
520 "Cleanup the five different kinds of whitespace problems. 520 "Cleanup the five different kinds of whitespace problems.
521It normally applies to the whole buffer, but in Transient Mark mode
522when the mark is active it applies to the region.
521See `whitespace-buffer' docstring for a summary of the problems." 523See `whitespace-buffer' docstring for a summary of the problems."
522 (interactive) 524 (interactive)
523 (if (and transient-mark-mode mark-active) 525 (if (and transient-mark-mode mark-active)