aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-10-23 13:30:15 +0000
committerThien-Thi Nguyen2005-10-23 13:30:15 +0000
commit04f0adee726dc7c3541da2a700bcbaf62591b6d6 (patch)
tree0e37f07a18eac57be0c0dcebc974fd668d637c20
parent90066cb5e0f95f5c304af749abcb100afec5a49c (diff)
downloademacs-04f0adee726dc7c3541da2a700bcbaf62591b6d6.tar.gz
emacs-04f0adee726dc7c3541da2a700bcbaf62591b6d6.zip
(whitespace-cleanup): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/whitespace.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6aba6ead9e0..a39ae34afd7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * whitespace.el (whitespace-cleanup): Doc fix.
4
12005-10-23 Romain Francoise <romain@orebokech.com> 52005-10-23 Romain Francoise <romain@orebokech.com>
2 6
3 * emulation/viper.el (viper-set-hooks): Quote forms passed to 7 * emulation/viper.el (viper-set-hooks): Quote forms passed to
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index d3ae080e485..8ef4d449e01 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -518,9 +518,7 @@ 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 521See `whitespace-buffer' docstring for a summary of the problems."
522Use \\[describe-function] whitespace-describe to read a summary of the
523whitespace problems."
524 (interactive) 522 (interactive)
525 ;; If this buffer really contains a file, then run, else quit. 523 ;; If this buffer really contains a file, then run, else quit.
526 (whitespace-check-whitespace-mode current-prefix-arg) 524 (whitespace-check-whitespace-mode current-prefix-arg)