Mercurial > emacs
changeset 94431:00021417bce1
* whitespace.el (whitespace-trailing): Fix typo.
author | Bastien Guerry <bzg@altern.org> |
---|---|
date | Mon, 28 Apr 2008 16:27:37 +0000 |
parents | f6a85904289e |
children | 2dd3f3069c1c |
files | admin/FOR-RELEASE lisp/ChangeLog lisp/whitespace.el |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <bzg@altern.org> + + * whitespace.el (whitespace-trailing): Fix typo. + 2008-04-28 Sam Steingold <sds@gnu.org> * textmodes/remember.el (diary-make-entry): Update the autoload.
--- 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