From f5c063418b8efd2c2ad604a64392fb35b67eb802 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 28 Apr 2008 16:27:37 +0000 Subject: [PATCH] * whitespace.el (whitespace-trailing): Fix typo. --- admin/FOR-RELEASE | 2 +- lisp/ChangeLog | 4 ++++ lisp/whitespace.el | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 9424d8f6c2c..377bc34b5f1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -91,7 +91,7 @@ rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 711f0181023..7f0fe4f3c4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/whitespace.el b/lisp/whitespace.el index 8a64b87aa5d..b7cd799d8eb 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -577,7 +577,7 @@ See `whitespace-display-mappings'." (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