summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2008-04-28 16:27:37 +0000
committerBastien Guerry <bzg@altern.org>2008-04-28 16:27:37 +0000
commitf5c063418b8efd2c2ad604a64392fb35b67eb802 (patch)
treef0d0c315054da199b54a94fba4d41d0d6347d3e5
parentc385aa1a132ed8cde258006ad3b8aabc27daeec2 (diff)
downloademacs-f5c063418b8efd2c2ad604a64392fb35b67eb802.tar.gz
* whitespace.el (whitespace-trailing): Fix typo.
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/whitespace.el2
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 <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.
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