]> code.delx.au - gnu-emacs/commitdiff
(whitespace-cleanup): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 23 Oct 2005 13:30:15 +0000 (13:30 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 23 Oct 2005 13:30:15 +0000 (13:30 +0000)
lisp/ChangeLog
lisp/whitespace.el

index 6aba6ead9e0fbf8517437376294d6b4917ec5372..a39ae34afd796fec2e1a5464d39951e75aa5db0f 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * whitespace.el (whitespace-cleanup): Doc fix.
+
 2005-10-23  Romain Francoise  <romain@orebokech.com>
 
        * emulation/viper.el (viper-set-hooks): Quote forms passed to
index d3ae080e485f0926a47ab6f4afeac7380c0aac83..8ef4d449e011a337f2635143af87c005e7c2fabb 100644 (file)
@@ -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)