changeset 94440:e227f5ee58db

whitespace-trailing-regexp docstring fix.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Mon, 28 Apr 2008 23:12:09 +0000
parents d6a121c992e3
children da5141d2e8fc
files lisp/ChangeLog lisp/whitespace.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 28 19:56:43 2008 +0000
+++ b/lisp/ChangeLog	Mon Apr 28 23:12:09 2008 +0000
@@ -1,3 +1,7 @@
+2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
+
+	* whitespace.el (whitespace-trailing-regexp): Fix docstring.
+
 2008-04-28  Sam Steingold  <sds@gnu.org>
 
 	* vc-hg.el (vc-hg-rename-file): Fix argument order.
--- a/lisp/whitespace.el	Mon Apr 28 19:56:43 2008 +0000
+++ b/lisp/whitespace.el	Mon Apr 28 23:12:09 2008 +0000
@@ -754,7 +754,7 @@
 
 that should be considered blank.
 
-NOTE: Enclose always by \"\\\\(\\\\(\" and \"\\\\)+\\\\)$\" the elements to highlight.
+NOTE: Enclose always by \"\\\\(\" and \"\\\\)$\" the elements to highlight.
       Use exactly one pair of enclosing elements above.
 
 Used when `whitespace-style' includes `trailing'."