From 04f0adee726dc7c3541da2a700bcbaf62591b6d6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 23 Oct 2005 13:30:15 +0000 Subject: [PATCH] (whitespace-cleanup): Doc fix. --- lisp/ChangeLog | 4 ++++ 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 @@ +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) -- 2.39.5