diff options
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 4 |
1 files changed, 1 insertions, 3 deletions
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: ;;;###autoload (defun whitespace-cleanup () "Cleanup the five different kinds of whitespace problems. - -Use \\[describe-function] whitespace-describe to read a summary of the -whitespace problems." +See `whitespace-buffer' docstring for a summary of the problems." (interactive) ;; If this buffer really contains a file, then run, else quit. (whitespace-check-whitespace-mode current-prefix-arg) |