From: Thien-Thi Nguyen Date: Sun, 23 Oct 2005 13:30:15 +0000 (+0000) Subject: (whitespace-cleanup): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04f0adee726dc7c3541da2a700bcbaf62591b6d6;p=emacs.git (whitespace-cleanup): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6aba6ead9e0..a39ae34afd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-23 Thien-Thi Nguyen + + * whitespace.el (whitespace-cleanup): Doc fix. + 2005-10-23 Romain Francoise * 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: ;;;###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)