]> git.eshelyaron.com Git - emacs.git/commitdiff
* whitespace.el (whitespace-trailing): Fix typo.
authorBastien Guerry <bzg@altern.org>
Mon, 28 Apr 2008 16:27:37 +0000 (16:27 +0000)
committerBastien Guerry <bzg@altern.org>
Mon, 28 Apr 2008 16:27:37 +0000 (16:27 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lisp/whitespace.el

index 9424d8f6c2ccddbf211d1580aee038b833be6772..377bc34b5f1283ce01bb287aff48b86999ec7843 100644 (file)
@@ -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.
index 711f0181023c719d1a838279ab34420016483019..7f0fe4f3c4d183b21fa62787434241dd7a9afeec 100644 (file)
@@ -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.
index 8a64b87aa5d1e54bb1aaea4277701411a8db6fd2..b7cd799d8eb9f63dd0103a9c82e1959313973d0b 100644 (file)
@@ -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