diff options
| author | Richard M. Stallman | 2006-08-21 10:55:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-21 10:55:53 +0000 |
| commit | 0d92660c530d143a89f2f49a0b399f40949a3cd0 (patch) | |
| tree | c5396039b29e876a6cd34b804e8c0deb3b5185c3 | |
| parent | a847570cfe72b1c65cf1951347fe34dbb12a6d6d (diff) | |
| download | emacs-0d92660c530d143a89f2f49a0b399f40949a3cd0.tar.gz emacs-0d92660c530d143a89f2f49a0b399f40949a3cd0.zip | |
(whitespace-cleanup): Doc fix.
| -rw-r--r-- | lisp/whitespace.el | 2 |
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. |
| 521 | It normally applies to the whole buffer, but in Transient Mark mode | ||
| 522 | when the mark is active it applies to the region. | ||
| 521 | See `whitespace-buffer' docstring for a summary of the problems." | 523 | See `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) |