# HG changeset patch # User Bastien Guerry # Date 1209400057 0 # Node ID 00021417bce1441fee3912f04f44291bf59330c2 # Parent f6a85904289e2a1d22624e66c25968e843385a7c * whitespace.el (whitespace-trailing): Fix typo. diff -r f6a85904289e -r 00021417bce1 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Mon Apr 28 16:27:17 2008 +0000 +++ b/admin/FOR-RELEASE Mon Apr 28 16:27:37 2008 +0000 @@ -91,7 +91,7 @@ minimized. I don't know what is left to do here. ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect - + ** timh@insightful.com, 9 Nov: X-coding-system incompatibility, and workaround ** multi-tty does not work correctly. diff -r f6a85904289e -r 00021417bce1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 28 16:27:17 2008 +0000 +++ b/lisp/ChangeLog Mon Apr 28 16:27:37 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-28 Bastien Guerry + + * whitespace.el (whitespace-trailing): Fix typo. + 2008-04-28 Sam Steingold * textmodes/remember.el (diary-make-entry): Update the autoload. diff -r f6a85904289e -r 00021417bce1 lisp/whitespace.el --- a/lisp/whitespace.el Mon Apr 28 16:27:17 2008 +0000 +++ b/lisp/whitespace.el Mon Apr 28 16:27:37 2008 +0000 @@ -577,7 +577,7 @@ (defcustom whitespace-trailing 'whitespace-trailing - "*Symbol face used to visualize traling blanks. + "*Symbol face used to visualize trailing blanks. Used when `whitespace-style' includes the value `trailing'." :type 'face