Mercurial > emacs
changeset 66327:63c0efccff42
(whitespace-cleanup): Doc fix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 23 Oct 2005 13:28:34 +0000 |
parents | f838f175603c |
children | f649e62bb3ab |
files | lisp/whitespace.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/whitespace.el Sun Oct 23 12:47:11 2005 +0000 +++ b/lisp/whitespace.el Sun Oct 23 13:28:34 2005 +0000 @@ -518,9 +518,7 @@ ;;;###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)