emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/whitespace.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el
Date: Sun, 23 Oct 2005 09:28:34 -0400

Index: emacs/lisp/whitespace.el
diff -c emacs/lisp/whitespace.el:1.41 emacs/lisp/whitespace.el:1.42
*** emacs/lisp/whitespace.el:1.41       Sat Aug  6 22:13:43 2005
--- emacs/lisp/whitespace.el    Sun Oct 23 13:28:34 2005
***************
*** 518,526 ****
  ;;;###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."
    (interactive)
    ;; If this buffer really contains a file, then run, else quit.
    (whitespace-check-whitespace-mode current-prefix-arg)
--- 518,524 ----
  ;;;###autoload
  (defun whitespace-cleanup ()
    "Cleanup the five different kinds of 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]