diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-04-28 23:12:09 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-04-28 23:12:09 +0000 |
commit | 385da4e7cd69b741c1c6f2122a9203083328f3a2 (patch) | |
tree | 1227740f6b53fc2da231065dc988b538e01fab09 /lisp/whitespace.el | |
parent | bfd5773194efcceb088b052ff01a52c49eeccd13 (diff) | |
download | emacs-385da4e7cd69b741c1c6f2122a9203083328f3a2.tar.gz |
whitespace-trailing-regexp docstring fix.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 2 |
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'." |