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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el,v
Date: Mon, 21 Aug 2006 10:55:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/21 10:55:53

Index: whitespace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/whitespace.el,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- whitespace.el       18 Aug 2006 12:50:08 -0000      1.45
+++ whitespace.el       21 Aug 2006 10:55:53 -0000      1.46
@@ -518,6 +518,8 @@
 ;;;###autoload
 (defun whitespace-cleanup ()
   "Cleanup the five different kinds of whitespace problems.
+It normally applies to the whole buffer, but in Transient Mark mode
+when the mark is active it applies to the region.
 See `whitespace-buffer' docstring for a summary of the problems."
   (interactive)
   (if (and transient-mark-mode mark-active)




reply via email to

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