# HG changeset patch # User Vinicius Jose Latorre # Date 1209424329 0 # Node ID e227f5ee58db5f81383bac554d1ff5221313c62f # Parent d6a121c992e3c78196afbde505bcde8bbb41c74c whitespace-trailing-regexp docstring fix. diff -r d6a121c992e3 -r e227f5ee58db lisp/ChangeLog --- 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 + + * whitespace.el (whitespace-trailing-regexp): Fix docstring. + 2008-04-28 Sam Steingold * vc-hg.el (vc-hg-rename-file): Fix argument order. diff -r d6a121c992e3 -r e227f5ee58db lisp/whitespace.el --- 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'."