# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1217634239 0
# Node ID 2fdf2f16d0d41301c548c451c7c4273c31829c81
# Parent  f0079131098beed9aa882ba13c986e34af797bbb
Fix typos.

diff -r f0079131098b -r 2fdf2f16d0d4 lisp/ChangeLog
--- a/lisp/ChangeLog	Fri Aug 01 23:40:13 2008 +0000
+++ b/lisp/ChangeLog	Fri Aug 01 23:43:59 2008 +0000
@@ -10,11 +10,10 @@
 	(xesam-dbus-unique-names): New defvar.
 	(xesam-dbus-call-method): New defun.  Replace all calls of
 	`dbus-call-method' by `xesam-dbus-call-method'.
-	(xesam-get-cached-property, xesam-set-cached-property): New
-	defuns.
+	(xesam-get-cached-property, xesam-set-cached-property):
+	New defuns.
 	(xesam-get-property, xesam-set-property, xesam-refresh-entry)
-	(xesam-new-search, xesam-search): Apply
-	`xesam-get-cached-property'.
+	(xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
 	(xesam-search-engines): Make it an association list.  Take changed
 	layout into account in the corresponding function.
 	(xesam-delete-search-engine): Remove check for consistency of
@@ -23,7 +22,7 @@
 
 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
 
-	* files.el (read-file-modes): Fix tpo in docstring.
+	* files.el (read-file-modes): Fix typo in docstring.
 
 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -37,8 +36,8 @@
 
 	* button.el (forward-button): Avoid infloop.
 
-	* minibuffer.el (read-file-name-completion-ignore-case): Add
-	cygwin to the list.
+	* minibuffer.el (read-file-name-completion-ignore-case):
+	Add cygwin to the list.
 
 2008-07-31  Sven Joachim  <svenjoac@gmx.de>