# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1201877084 0
# Node ID 70ca9e418f5d7399ee8c5f7dbb5b558a7ab6b70e
# Parent  959dc75df82ebc2eb2a8d0e1d9e439bce6b7db17
*** empty log message ***

diff -r 959dc75df82e -r 70ca9e418f5d lisp/ChangeLog
--- a/lisp/ChangeLog	Fri Feb 01 14:43:03 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 01 14:44:44 2008 +0000
@@ -1,3 +1,20 @@
+2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
+
+	* whitespace.el (whitespace): Set :version tag to 23.1.
+	(whitespace-turn-off, whitespace-toggle-options): Fix typos.
+	(whitespace-style, whitespace-chars, whitespace-space)
+	(whitespace-hspace, whitespace-tab, whitespace-newline)
+	(whitespace-trailing, whitespace-line, whitespace-space-before-tab)
+	(whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
+	(whitespace-hspace-regexp, whitespace-space-regexp)
+	(whitespace-tab-regexp, whitespace-trailing-regexp)
+	(whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
+	(whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
+	(whitespace-space-after-tab-regexp, whitespace-line-column)
+	(whitespace-display-mappings, global-whitespace-toggle-options)
+	(whitespace-cleanup, whitespace-cleanup-region)
+	(whitespace-interactive-char): Doc fixes.
+
 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
 
 	* whitespace.el (global-whitespace-mode): Fix modeline lighter.