mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(whitespace-cleanup): Doc fix.
This commit is contained in:
parent
90066cb5e0
commit
04f0adee72
2 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue