diff lisp/diff-mode.el @ 97029:6990bb16ca16

Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sat, 26 Jul 2008 00:28:45 +0000
parents c80df631ecf5
children 4c6e2fb9905e
line wrap: on
line diff
--- a/lisp/diff-mode.el	Fri Jul 25 23:04:21 2008 +0000
+++ b/lisp/diff-mode.el	Sat Jul 26 00:28:45 2008 +0000
@@ -1881,8 +1881,8 @@
         ;; When there's no more hunks, diff-hunk-next signals an error.
 	(error nil)))))
 
-(defun diff-show-trailing-blanks ()
-  "Show trailing blanks in modified lines for diff-mode."
+(defun diff-show-trailing-whitespaces ()
+  "Show trailing whitespaces in modified lines for diff-mode."
   (interactive)
   (let ((whitespace-style '(trailing))
         (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$"))