summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2008-04-28 23:12:09 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2008-04-28 23:12:09 +0000
commit385da4e7cd69b741c1c6f2122a9203083328f3a2 (patch)
tree1227740f6b53fc2da231065dc988b538e01fab09 /lisp/whitespace.el
parentbfd5773194efcceb088b052ff01a52c49eeccd13 (diff)
downloademacs-385da4e7cd69b741c1c6f2122a9203083328f3a2.tar.gz
whitespace-trailing-regexp docstring fix.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r--lisp/whitespace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index b7cd799d8eb..4e5b33be4d3 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -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'."