]> git.eshelyaron.com Git - emacs.git/commitdiff
whitespace-trailing-regexp docstring fix.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 28 Apr 2008 23:12:09 +0000 (23:12 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Mon, 28 Apr 2008 23:12:09 +0000 (23:12 +0000)
lisp/ChangeLog
lisp/whitespace.el

index c99446f1e4a3b76065ffc1631b02153e357fc96a..056b2db1bc12650689d8cd6019cf06d9a37dcb07 100644 (file)
@@ -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.
index b7cd799d8eb9f63dd0103a9c82e1959313973d0b..4e5b33be4d37b3b25f4b17825149469580b5c7f9 100644 (file)
@@ -754,7 +754,7 @@ If you're using `mule' package, there may be other characters besides:
 
 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'."