From 385da4e7cd69b741c1c6f2122a9203083328f3a2 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Mon, 28 Apr 2008 23:12:09 +0000 Subject: [PATCH] whitespace-trailing-regexp docstring fix. --- lisp/ChangeLog | 4 ++++ lisp/whitespace.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c99446f1e4a..056b2db1bc1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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'." -- 2.39.5