diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/whitespace.el | 4 |
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 @@ | |||
| 1 | 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * whitespace.el (whitespace-cleanup): Doc fix. | ||
| 4 | |||
| 1 | 2005-10-23 Romain Francoise <romain@orebokech.com> | 5 | 2005-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 | 521 | See `whitespace-buffer' docstring for a summary of the problems." | |
| 522 | Use \\[describe-function] whitespace-describe to read a summary of the | ||
| 523 | whitespace 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) |