aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2008-04-28 23:12:09 +0000
committerVinicius Jose Latorre2008-04-28 23:12:09 +0000
commit385da4e7cd69b741c1c6f2122a9203083328f3a2 (patch)
tree1227740f6b53fc2da231065dc988b538e01fab09
parentbfd5773194efcceb088b052ff01a52c49eeccd13 (diff)
downloademacs-385da4e7cd69b741c1c6f2122a9203083328f3a2.tar.gz
emacs-385da4e7cd69b741c1c6f2122a9203083328f3a2.zip
whitespace-trailing-regexp docstring fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/whitespace.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c99446f1e4a..056b2db1bc1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-04-28 Vinicius Jose Latorre <bzg@altern.org>
2
3 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
4
12008-04-28 Sam Steingold <sds@gnu.org> 52008-04-28 Sam Steingold <sds@gnu.org>
2 6
3 * vc-hg.el (vc-hg-rename-file): Fix argument order. 7 * vc-hg.el (vc-hg-rename-file): Fix argument order.
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:
754 754
755that should be considered blank. 755that should be considered blank.
756 756
757NOTE: Enclose always by \"\\\\(\\\\(\" and \"\\\\)+\\\\)$\" the elements to highlight. 757NOTE: Enclose always by \"\\\\(\" and \"\\\\)$\" the elements to highlight.
758 Use exactly one pair of enclosing elements above. 758 Use exactly one pair of enclosing elements above.
759 759
760Used when `whitespace-style' includes `trailing'." 760Used when `whitespace-style' includes `trailing'."